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.
GROUPONCHANGE – Identify field changes
Overview
This Custom Field returns TRUE every time a field changes, and returns FALSE otherwise.
Syntax
GROUPONCHANGE(‘GroupPath‘, ‘SortField‘, ‘CheckField‘)
| Element | Description |
|---|---|
| GroupPath | Group path delimited by colons. |
| SortField | Field to sort by. |
| CheckField | Field to check for changes. |
Example
GROUPONCHANGE(‘Parent Category:Child Category‘, ‘Price‘, ‘Price‘)
| Price | GROUPONCHANGE |
| $1.95 | TRUE |
| $2.95 | TRUE |
| $3.25 | TRUE |
| $3.25 | FALSE |
| $4.00 | TRUE |
