LTRIM (Report Builder 1.0)
Returns a string with the leading spaces removed.
Syntax
LTRIM(string)
| string | Specifies the string from which to remove the leading spaces. | 
Example
| Formula | Result | 
|---|---|
| LTRIM(Description) | Returns each instance of the Description field with any leading spaces removed. | 
| LTRIM(" Hello") | Hello |