IStandardCubeServerAggregationDimension.GroupIndex

Syntax

GroupIndex: Integer;

Description

The GroupIndex property determines index of the group that includes the dimension. Numbering is continuous and starts with zero.

Comments

Use one group of dimensions if it is necessary to calculate aggregation only by columns or by rows. Use two groups if it is necessary to calculate totals both by columns and by rows.

Example

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

See also:

IStandardCubeServerAggregationDimension