You are here: All Help Topics > Other Information > Cell Functions > LTRIM function

LTRIM Function

The LTRIM function trims any leading spaces from a text string. All the spaces preceding the string will be removed.

LTRIM(expression)

LTRIM(" Account")

Returns the value "Account" with the space removed.

LTRIM(DESC("513"))

If the description of account 513 was indented when typed in the Report Layout, the cell displays the account description left aligned.

Related Topics