aggregator:Object
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The aggregation to be performed for this measure.
You can use one of the following values for the property:
"SUM"
, "AVG"
, "MIN"
,
"MAX"
, or "COUNT"
.
You can also use a custom aggregator by implementing
the IOLAPCustomAggregator interface, then setting the aggregator
property to
that custom aggregator, as the following example shows:
aggregator={new CustomAgg()}
Implementation public function get aggregator():Object
public function set aggregator(value:Object):void
Related API Elements