STRING-LENGTH
Returns the length of a piece of text
Syntax
STRING-LENGTH(value)
Example
string-length('Test')
Notes
The length of a non-empty string. Example would return 4.
STRING-LENGTH(value)
string-length('Test')
The length of a non-empty string. Example would return 4.