LOWER
Converts text to lowercase letters.
Syntax
lower(value:string)Arguments
Example
lower('INFORiver')
//Returns “inforiver"
Excel equivalent
Last updated
Was this helpful?
Converts text to lowercase letters.
lower(value:string)lower('INFORiver')
//Returns “inforiver"
Last updated
Was this helpful?
Was this helpful?