Skip to content

Aggregate

Overview

The Aggregate element is used to combine multiple values into a single result or compact overview. It is useful when totals, averages, counts, or grouped outcomes should be shown directly on a page.

When to use

  • When several values must be combined into one result
  • When totals, averages, or counts should be shown to the user
  • When a page should provide a condensed data summary

Element-specific options

OptionDescription
Source valuesDefines which values are included in the aggregation
Aggregation typeDefines how the result is calculated, such as count, total, average, minimum, or maximum
FilterDefines which values are included before the aggregation is calculated
Display labelDefines how the aggregated result is named or shown

Common configuration

See: Common element configuration