Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaHierarchies > IEaxDataAreaHierarchies.RemoveDependant

IEaxDataAreaHierarchies.RemoveDependant

Syntax

RemoveDependant(S: IDimSelection; Key: Integer; EId: String; T: IEaxDataAreaTransformation);

Parameters

S. The dimension that contains an alternative hierarchy.

Key. Dimension key.

EId. Dimension element identifier.

T. Data transformation formula.

Description

The RemoveDependant method removes data transformation formula from the collection of alternative hierarchies.

Comments

To add data transformation formula to alternative hierarchy, use IEaxDataAreaHierarchies.AddDependant.

Example

The method use is given in the example for IEaxDataAreaHierarchies.FindByDE.

See also:

IEaxDataAreaHierarchies