UPPER (Report Builder 1.0)

Converts a string from lowercase characters to uppercase.

Syntax

UPPER(string)

string

Specifies the string to convert to uppercase.

Example

Formula

Result

UPPER(City)

Returns each instance of the City field with the city name displayed in capital letters. For example, Abingdon is listed as ABINGDON.

UPPER("specify")

SPECIFY