LTRIM (Report Builder)
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 |
See Also
Concepts
Working with Formulas (Report Builder)
Using Functions (Report Builder)
Text Functions (Report Builder)
Report Builder How-to Topics
Working with Literals in Formulas and Filters (Report Builder)
Formatting Data, Text, and Images (Report Builder)