Syntax Manual

Text Functions Function Description LEN LEN returns the number of characters in a text string. LEFT LEFT returns the first character or characters in a text string, based on the number of characters you specify. RIGHT RIGHT returns the last character or characters in a text string, based on the number of characters you specify. […]

Read More

General Usage

All valid text values should be in quotes (“”). Starting position in text is 1. Decimal separator is dot (.). For using constants, refer Constants section. All arguments in functions are separated by comma (,). Function names are case sensitive. If the available set of functions doesn’t cover your business need, please get in touch […]

Read More