FollowHierarchy: Boolean;
The FollowHierarchy property determines whether hierarchy is taken into account on aggregation calculation.
Available values:
True. Aggregation is calculated taking into account hierarchy. The IMsCrossDimensionAggregationOptions.IncludeOnlyChild and IMsCrossDimensionAggregationOptions.IncludeParent properties can be used to set additional calculation options.
False. Default value. Aggregation is calculated without taking into account hierarchy.
The property use is given in the example for IMsCrossDimensionAggregationOptions.LevelValue.
See also: