LOWER

From AgileApps Support Wiki
Revision as of 23:47, 25 August 2009 by imported>Evelyn
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The LOWER function converts all characters in a string to lower case.

Syntax
LOWER(string)
Return
Text string
Example
LOWER('Sales CYCLE') = 'sales cycle'