GroupLevel Property
The GroupLevel property sets or returns a level used to define the individual cubes in a cube group.
Syntax
CubeGroup .GroupLevel
Applies To
Discussion
A cube group refers to a single dimension. Use the GroupDimension property to specify what that dimension is, and then use this property to define the child cubes: one for each category in the level specified.
You then use the DetailLevel and SummaryLevel properties to define the degree of detail so that PowerPlay® users see only the most relevant data.
For example, your organization has four regional sales offices. You create a cube group for each office manager, so that they can track their office sales performance in the last quarter. Because the managers do not need to see the details from the other three offices, you define the group so that it displays only summary data for these offices.
A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.
Type
Object
Access
Read/Write
Examples
objCubesByRegion
= objModel.Cubes.Add(xtrObjectType.trCubeGroup)objCubesByRegion.GroupLevel
= objRegionsDrill.Levels("Sales region")