Grouping data

GROUPINDEX – Create index based on field names

303 views June 1, 2018 admin 1

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)

See also

Was this helpful?