IEaxDataAreaHierarchies.AddDependant

Syntax

AddDependant(S: IDimSelection;
            Key: Integer;
            SS: IDimSelectionSet;
            EId: String;
            T: IEaxDataAreaTransformation);

Parameters

S. Dimension where alternative hierarchy is placed.

Key. Dimension key.

SS. Dimension selection.

EId. Dimension element identifier.

T. Data transformation formula.

Description

The AddDependant method adds formula of data transformation in alternative hierarchy collection.

Comments

To remove data transformation formula from alternative hierarchy collection, use IEaxDataAreaHierarchies.RemoveDependant.

Example

Executing the example requires that the repository contains an express report with the EXPRESS identifier. One of data source dimensions contains alternative hierarchy.

Add links to the Dimensions, Express, Metabase, Ms, Pivot system assemblies.

Example code

After executing the example data transformation formula is added in collection of alternative hierarchies.

See also:

IEaxDataAreaHierarchies