Views:

Product: LABEL MATRIX

Version: All Versions

 

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

Expression

Result

LCase("1122")

1122

LCase("Street")

street

LCase([inven.desc])

screwdriver

(Note:  [inven.desc] represents a database field with a value of "screwdriver".)