UPPER( )
Converts all letters in a string to uppercase.
Syntax
UPPER(source)
Argument
source
The string to convert to uppercase.
Returns
The specified string in all uppercase letters.
Example
The following example displays all the string values in the customerName field in all uppercase:
UPPER([customerName])

Additional Links:

Copyright Actuate Corporation 2012