ToUpper
  • 04 May 2024
  • 1 Minute to read
  • Dark
    Light

ToUpper

  • Dark
    Light

Article summary

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])


Was this article helpful?