AddDependant(S: IDimSelection;
Key: Integer;
SS: IDimSelectionSet;
EId: String;
T: IEaxDataAreaTransformation);
S. Dimension where alternative hierarchy is placed.
Key. Dimension key.
SS. Dimension selection.
EId. Dimension element identifier.
T. Data transformation formula.
The AddDependant method adds formula of data transformation in alternative hierarchy collection.
To remove data transformation formula from alternative hierarchy collection, use IEaxDataAreaHierarchies.RemoveDependant.
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.
After executing the example data transformation formula is added in collection of alternative hierarchies.
See also: