Execute(Selection: IDimSelectionSet): IMatrix;
Selection. Dimension selection, by which calculation is executed.
The Execute method calculates aggregation and returns the matrix with calculated data.
This matrix contains an additional dimension that contains totals of aggregation. A coordinate in additional dimension corresponds to aggregation index.
NOTE. The coordinate is -1 in the matrix of aggregation calculation for the dimensions, by which the Other aggregate is calculated (IStandardCubeServerAggregationDimension.Others).
The property use is given in the example for IStandardCubeInstance.CreateAggregator.
See also: