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.
RIGHTSTR – Select characters from right side of field
Overview
This returns a specified number of characters from the right side of a field.
Syntax
RIGHTSTR(FieldName,’N‘)
| Element | Description |
|---|---|
| FieldName | The name of the field from which to extract characters. |
| N | The number of characters to extract. |
Example
RIGHTSTR (Manufacturer,5)
| Manufacturer |
RIGHTSTR (Manufacturer,5) |
| Ford Motor Company | mpany |
RIGHTSTR (Manufacturer,3)
| Manufacturer |
RIGHTSTR (Manufacturer,3) |
| Ford Motor Company | any |
