- 04 May 2024
- 1 Minute to read
- DarkLight
ToLower
- Updated on 04 May 2024
- 1 Minute to read
- DarkLight
General
The ToLower function returns a String that contains the argument in lowercase letters.
Syntax
The syntax of the ToLower function is:
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([Datasource].[Consumer Sales].[Field].[SalesRepName])