Welcome to Catalog Tips
Search more than 200 articles to learn more about creating and automating your product catalogs
Tip: Start typing in the input box for immediate search results.
LENGTH – Calculate the number of characters in a field
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.