IEaxDataAreaHierarchies.Find

Syntax

Find(S: IDimSelection; Key: Integer; EId: String): IEaxDataAreaTransformation;

Parameters

S. Dimension where alternative hierarchy is placed

Key. Key of the dimension

EId. Dimension element identifier.

Description

The Find method searches for the data transformation formula by dimension element identifier.

Comments

If formula is not found, the method returns Null.

To search data transformation formu;a by dimension element index, use IEaxDataAreaHierarchies.FindByDE.

Example

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

See also:

IEaxDataAreaHierarchies