IStandardCubeServerAggregator.Execute

Syntax

Execute(Selection: IDimSelectionSet): IMatrix;

Parameters

Selection. Dimension selection, by which calculation is executed.

Description

The Execute method calculates aggregation and returns the matrix with calculated data.

Comments

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).

Example

The property use is given in the example for IStandardCubeInstance.CreateAggregator.

See also:

IStandardCubeServerAggregator