Views:

Product: LABEL MATRIX 

Version: All Versions

 

Len(data): The result of this function gives the character length of the data. So if your data is 123 the result would be 3, as there are 3 digits or characters in 123.

Expression

Result

Len("1122")

4

Len("AZ1426")

6