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.
GROUPCROSSTABLEHEAD – Get cross table column heading
Overview
This Custom Field is used to determine the headers for each column when creating a cross-tab table automatically from data contained with an EasyCatalog panel. The value returned is used as a parameter in the GROUPCROSSTABLEVALUE function to determine the value to display in each table cell.
Syntax
GROUPCROSSTABLEHEAD(GroupPath,SortField,CrossField,n)
| Element | Description |
|---|---|
| GroupPath | Group path delimited by colons. Limits the scope to the specified grouping. |
| SortField | Field used to sort records by within the group. Determines the order that in which columns will appear. |
| CrossField | The field used in each column of the table. |
| n | The index number of the header (starts at 0). |
Example
Refer our separate “How to create cross-tab tables on the fly using EasyCatalog panel data” guide.
