General
The ToLower function returns a String that contains the argument in lowercase letters.
Syntax
The syntax of the ToLower function is:
ToLower Function Syntax
ToLower(<value>)
Examples
The following Expression returns a String that contains the value of the field SalesRepName of the Datasource named Consumer Sales in lowercase letters:
ToLower Function Example
ToLower([Datasource].[Consumer Sales].[Field].[SalesRepName])