ICubeExecuteDimSetup.AggregationRoot

Syntax

AggregationRoot: Integer;

Description

The AggregationRoot property returns index of an element in an output matrix of a cube that contains aggregated data by the current dimension elements.

Comments

Value of this property is available after output cube matrix has been calculated.

If the property returns -1, there is no aggregated data by this dimension in matrix.

If the property returns knowingly greater value of the element, it means that element is dummy. Value by this element are available only when calculated matrix exists.

NOTE. This property returns index of the element, by which aggregated data calculated by all dimension levels is contained. If aggregation by particular levels is set up in the dimension, this property returns index of the element but only empty values are contained by this element.

See also:

ICubeExecuteDimSetup