IDefDimension.HierarchyParameterAttributeKey

Syntax

HierarchyParameterAttributeKey: Integer;

Description

The HierarchyParameterAttributeKey property determines the attribute key, which values are used to select alternative hierarchy.

Comments

It is relevant if the HierarchyTypeSource property is set to AltHierarchySourceEnum.FromParam. As a property value specify attribute key of the dictionary, on which the HierarchyParameterKey parameter is based. The attribute should return keys of the dictionaries that are alternative hierarchies for the dictionary, on which the current dimension is based.

Example

The property use is given in the example for IDefDimension.HierarchyParameterKey.

See also:

IDefDimension