Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaHierarchies > IEaxDataAreaHierarchies.Find

IEaxDataAreaHierarchies.Find

Syntax

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

Parameters

S. The dimension that contains an alternative hierarchy

Key. Dimension key.

EId. Dimension element identifier.

Description

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

Comments

If the formula is not found, the method returns Null.

To search for data transformation formula by dimension element index, use IEaxDataAreaHierarchies.FindByDE.

Example

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

See also:

IEaxDataAreaHierarchies