IEaxDataAreaHierarchy.SortTransformations

Syntax

SortTransformations: IEaxDataAreaTransformations;

Description

The SortTransformations property returns collection of data transformation formulas of alternative hierarchy elements.

Comments

Formula that will be determined in the transformation formula expression should return integer value. This value will be considered as the Order attribute value and according to it the elements will be presented in the list. The sorting directions are determined in the IEaxDataAreaHierarchy.SortDirection property. To sort elements of alternative hierarchy, use the IEaxDataAreaHierarchy.Sort method.

Example

 

 

 

See also:

IEaxDataAreaHierarchy