In this section, Users can create as many rollups as they want within the hierarchy after it's established.
Rollup type specifies the aggregate operators you can use when creating a rollup. PWR Rollup offers various aggregate operators:
Rollup Type | Description |
---|---|
Count | Calculates the total number of records. |
Count Distinct | Counts the number of unique records. |
Sum | Adds up the values of the selected field. |
Maximum | Identifies the highest value in the selected field. |
Minimum | Identifies the lowest value in the selected field. |
Average | Calculates the average of the values in the selected field. |