Designing reports using BIRT Studio : Functions and operators : UPPER( )
 
UPPER( )
Converts all letters in a string to uppercase.
Syntax
UPPER(str)
Argument
str
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 data field in all uppercase:
UPPER([customerName])