General
The ToUpper function returns a String that contains the argument in uppercase letters.
Syntax
The syntax of the ToUpper function is:
ToUpper Function Syntax
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 Function Example
ToUpper([Datasource].[Consumer Sales].[Field].[SalesRepName])