Object Aggregation#
The Object Aggregation node performs aggregate calculations across multiple Business Objects in the database.
Settings#
- Business Model: The Business Model to aggregate data from
- Field: The numeric property to aggregate
- Function: The aggregation function — SUM, AVG, MIN, or MAX
- Group by: Optionally group results by another property (value or variable)
- Filters: Optional filter conditions to narrow down which objects are included in the calculation
- Ignore empty filters: If checked, filters with empty values are skipped
Output#
The result of the aggregation is available as a flow variable for use in subsequent nodes.
Tips#
Use this node to calculate totals, averages, or extremes — for example, summing up all hours logged, finding the maximum temperature, or averaging scores across a set of objects.
See Flow Designer