- 13 Dec 2023
- 1 Minute to read
- DarkLight
ToUpper
- Updated on 13 Dec 2023
- 1 Minute to read
- DarkLight
General
The ToUpper function returns a String that contains the argument in uppercase letters.
Syntax
The syntax of the ToUpper function is:
ToUpper(<value>)
Examples
The following Expression returns a String that contains the value of the field SalesRepName of the Datasource named Consumer Sales in uppercase letters:
ToUpper([Datasource].[Consumer Sales].[Field].[SalesRepName])