LEN Operation
How to use the LEN operation for Computed Attributes
Definition
The LEN operation counts the characters in a particular string
Example
LEN('Hello World')
Result:
11
Syntax Guide
LEN(text)
text - The string whose character length will be returned