Aggregate Records
This node performs database aggregations like Count, Sum, Min, Max, and Average.
The Aggregate Records node runs calculations on a collection of records on the server.
The Aggregate Records node allows you to compute statistics on your data without fetching all records to the client. It is efficient for dashboards and reports.
Inputs
General
| Data | Description |
|---|---|
| Class | The database collection to aggregate. |
| Filter | Optional. A filter to select which records to include (same format as Filter Records). |