upper(<Text>) : Text
The upper function is used to return a text copy, converted to uppercase.
upper("abc") => "ABC"
The upper() function is most commonly used for value formatting. For example, if the @Company value is Acme llc, you can use the upper function to format the value as follows:
upper(@Company) => "ACME LLC"
Learn more about how you can get started using the Formula Field.
Type above and the results will be displayed here.