Group Property

The Group property sets or returns whether calculated categories are grouped together.

Syntax

CalculationDefinition .Group

Applies To

CalculationDefinition Object

Discussion

When set to True, calculated categories at each level are grouped together in a PowerPlay® report. Transformer groups calculated categories when the expression applies to all categories in a level.

When set to False, each calculated category in the report is adjacent to the category to which it refers.

Default: True

Type

Boolean

Access

Read/Write

Examples

calcDef = dimension.CalculationDefinitions.Add()calcDef.Group
= False