LOWER (Report Builder 1.0)
Converts a string from uppercase characters to lowercase.
Syntax
LOWER(string)
| string | Specifies the string to convert to lowercase. | 
Example
| Formula | Result | 
|---|---|
| LOWER(Title) | Returns each instance of the Title field in all lowercase letters. For example, mr. or ms. | 
| LOWER("PAID") | paid |