SummaryLevel Property
The SummaryLevel property sets or returns which
level to use to summarize external categories in a cube group.
Syntax
CubeGroup .SummaryLevel
Applies To
Discussion
Use this property to summarize the categories of the other cubes in the cube group.
Child cubes in a cube group each represent one category. From the perspective of a single child cube, external categories are all categories in the dimension other than the category referenced by that child cube and the descendant categories of the category. In PowerPlay®, users can see data from other cubes in the cube group down to the level specified by this property.
If no value is specified, Transformer excludes all external categories from each cube in the cube group.
Type
Object
Access
Read/Write
Examples
objCubesByRegion
= objModel.Cubes.Add(xtrObjectType.trCubeGroup)objCubesByRegion.SummaryLevel
= objRegionsDrill.Levels("Sales region")