function required default (none - required)Which aggregation to apply. One of the allowed values below. An unknown function makes the whole expression return an empty string.
ids_string required default (none - required)The set of items to aggregate over, given as their item ids joined by dashes. Empty or whitespace-only parts (and a bare 0) are dropped before lookup. Usually fed from {ids:...} or a relation field.
expression optional default (empty)The value computed for each item, evaluated in that item's context (typically a field alias such as _#NUMBER__). For sum/max/min/avg it is read as a number; for concat/order/filter as a string. Optional - omit it for count, which only needs to know how many items there are.
parameter optional default (empty)Extra argument whose meaning depends on the function: the glue string for concat (not trimmed, so spaces count), the sort mode for order (numeric | rnumeric | string | rstring | locale | rlocale), or the value/needle to match for the filter family. Ignored by sum/max/min/avg/count.
{aggregate:count:a65d19971986e750761f0efcd9a16b1b-4f3362a62847fe1f8c59ba28a92d42c0-5726c2c6b035d7aab450d1794e9e90d7:}
{aggregate:sum:a65d19971986e750761f0efcd9a16b1b-4f3362a62847fe1f8c59ba28a92d42c0-5726c2c6b035d7aab450d1794e9e90d7:_#NUMBER__}
{aggregate:avg:a65d19971986e750761f0efcd9a16b1b-4f3362a62847fe1f8c59ba28a92d42c0-5726c2c6b035d7aab450d1794e9e90d7:_#NUMBER__}
{aggregate:max:a65d19971986e750761f0efcd9a16b1b-4f3362a62847fe1f8c59ba28a92d42c0-5726c2c6b035d7aab450d1794e9e90d7:_#NUMBER__}
{aggregate:min:a65d19971986e750761f0efcd9a16b1b-4f3362a62847fe1f8c59ba28a92d42c0-5726c2c6b035d7aab450d1794e9e90d7:_#NUMBER__}
{aggregate:concat:a65d19971986e750761f0efcd9a16b1b-4f3362a62847fe1f8c59ba28a92d42c0-5726c2c6b035d7aab450d1794e9e90d7:_#NUMBER__:, }
{aggregate:filter:a65d19971986e750761f0efcd9a16b1b-4f3362a62847fe1f8c59ba28a92d42c0-5726c2c6b035d7aab450d1794e9e90d7:_#NUMBER__:42}
{aggregate:order:5726c2c6b035d7aab450d1794e9e90d7-a65d19971986e750761f0efcd9a16b1b-4f3362a62847fe1f8c59ba28a92d42c0:_#NUMBER__}
{aggregate:sum:{ids:9e1d2b9f88e3d6c3bf0eb967378610d6:d-integer.........->-99}:_#NUMBER__}