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

ToLower

  • Dark
    Light

Article summary

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


Was this article helpful?

What's Next