Views:

Product: LABEL MATRIX

Version: All Versions

 

UCase(data): This function results in an exact representation of the data string, with all of the lowercase letters converted into uppercase.

Expression

Result

UCase("1122")

1122

UCase("street") 

STREET

UCase([inven.desc.])

SCREWDRIVER

NOTE:  [inven.desc] represents a database field with a value of "screwdriver".