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.

< All Topics
Print

GROUPGRIDLAYOUTORDER – Create numerical sequence for grid pagination

Overview

This Custom Field creates a numerical sequence value which enable records to be paginated on a grid.

Syntax

GROUPGRIDLAYOUTORDER(GroupPath,SortField,RowCount,ColumnCount,WidthField,HeightField)

Element Description
GroupPath Group path delimited by colons. Limits the scope to the specified grouping.
SortField Field used to sort by.
RowCount Row count.
ColumnCount Column count.
WidthField Field specifying width.
HeightField Field specifying height.

Example

GROUPGRIDLAYOUTORDER(‘Parent Category:Child Category‘,”,4,3,x,y)

See also

GROUPCROSSTABLEHEAD

GROUPCROSSTABLEVALUE

Table of Contents