Edit

Share via


UPPER ER function

Note

Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.

The UPPER function returns the specified text string as a String value after it has been converted to uppercase letters.

Syntax

UPPER (text )

Arguments

text: String

The valid path of a data source of the String type.

Return values

String

The resulting text value.

Example

UPPER ("Sample") returns "SAMPLE".

Additional resources

Text functions