(Preview)
Package | mx.olap |
Interface | public interface IOLAPCustomAggregator |
Implementors | AverageAggregator, CountAggregator, MaxAggregator, MinAggregator, SumAggregator |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
You use the methods of this interface in two groups. The first group consists of the
computeBegin()
, computeLoop()
, and computeEnd()
methods.
Use these methods to compute an aggregation of the values of a measure.
The second group consists of the
computeObjectBegin()
, computeObjectLoop()
,
and computeObjectEnd()
methods.
Use these methods to compute an aggregation of aggregated values.
Public Methods
Method | Defined By |
---|
Wed Nov 21 2018, 06:34 AM -08:00