ToUpperCase
Converts a text value to all upper case characters and returns the result. It does not change any characters that are not lower case.
Syntax
ToUpperCase(text)
Enabled for
Search/Dashboard | No |
Business Rules | No |
Quick Actions | Yes |
Workflow Objects | No |
Reports | No |
Parameters
text | The text to change to upper case. |
Return Value
Text value.
Example
$(ToUpperCase("This text is UPPER and lower case."))
The above example returns "THIS TEXT IS UPPER AND LOWER CASE."