Table of Contents
Overview
This Custom Field creates an index based on the given field names.
Syntax
GROUPINDEX(‘GroupPath‘, ‘PageNumber‘, ‘FieldName1’, ‘FieldName2’, …)
Element | Description |
---|---|
GroupPath | Group path delimited by colons. Limits the scope to the specified grouping. |
PageNumber | Page number. |
FieldNameN | The field names to be indexed. |
Example
GROUPINDEX(‘Category1ID:Category2ID:CollectionID’,PageNumber,ProductDescription,ProductPrice)