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.
GROUPRTOTAL – Calculate running total
Overview
This Custom Field returns the running total of a given field in a group.
Syntax
GROUPRTOTAL(‘GroupPath‘, ‘SortField‘, ‘CheckField‘)
| Element | Description | 
|---|---|
| GroupPath | Group path delimited by colons. | 
| SortField | Field to sort by. | 
| CheckField | Field to total. | 
Example
GROUPTOTAL(‘Parent Category:Child Category‘, ‘Price‘, ‘Price‘)
| Price | GROUPTOTAL | 
| $1.50 | $1.50 | 
| $2.00 | $3.50 | 
| $3.25 | $6.75 | 
| $3.25 | $10.00 | 
| $4.00 | $14.00 | 
