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