Table of Contents
Overview
This Custom Field returns the number of characters in the given field.
Syntax
LENGTH(FIELDSTR(FieldName))
FIELDSTR | |
FieldName | The name of the field to return the character length of. |
Example
LENGTH(FIELDSTR(Manufacturer))
Manufacturer |
LENGTH(FIELDSTR(Manufacturer)) |
Ford Motor Company | 18 |
Note in the example above that spaces are included.