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.
GROUPNUMBERSEQUENCE – Create list of page number ranges
Overview
This Custom Field creates a list of page number ranges, given a list of page numbers.
Syntax
GROUPNUMBERSEQUENCE(‘GroupPath‘,’PageNumber‘)
GROUPNUMBERSEQUENCE(‘Parent Category:Child Category‘,’Page‘)
| Element | Description |
|---|---|
| GroupPath | Group path delimited by colons. |
| PageNumber | Page number field |
Example
GROUPNUMBERSEQUENCE(‘Parent Category:Child Category‘,’Page‘)
| Page | GROUPNUMBERSEQUENCE |
| 1 | 1, 4, 5, 7-9, 12 |
| 4 | 1, 4, 5, 7-9, 12 |
| 5 | 1, 4, 5, 7-9, 12 |
| 7 | 1, 4, 5, 7-9, 12 |
| 8 | 1, 4, 5, 7-9, 12 |
| 9 | 1, 4, 5, 7-9, 12 |
| 12 | 1, 4, 5, 7-9, 12 |
