Definition
The UPPER() function converts a string to upper-case. The LOWER() function converts a string to lower- case.
Syntax
UPPER(text)
where text is required and is the string to convert.
LOWER(text)
where text is required and is the string to convert.
Example(s)
What to use in Custom SQL field:
UPPER([Employee: First Name])
LOWER([Employee: First Name])
Field Outputs:
