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