CATEGORISE
Creates an overlapping banding from a field containing multiple values.
CATEGORISE(<field_name or expression>, <separator>)
-
field name or expression: The name of the field to be processed.
-
separator: The character delimiting the values in the field.
Example: create an overlapping banding from a field containing these values:
footwear,boots,adults
footwear,boots,kids
footwear,boots,pets
CATEGORISE([Product.Tags], ",")