Table of Contents
Overview
This Custom Field returns the unique entries in a given string.
Syntax
UNIQUESTR(FIELDSTR(HTML),#,–)
Element | Description |
---|---|
InputString | The string to check. |
InputSeparator | The separators in the input string. |
OutputSeparator | The separators to use in the input string. |
Example
Where FIELDSTR(Manufacturer) is Toyota#Ford#Holden#Ford#Mazda#Holden#Ford#Hyundai#Hyundai#Ford
UNIQUESTR(FIELDSTR(Manufacturer),#,–) will return:
Toyota-Ford-Holden-Mazda-Hyundai