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

Additional Links:

Copyright Actuate Corporation 2012