FilterTransformations: IEaxDataAreaTransformations;
The FilterTransformations property returns collection of transformation formulas according to which the list of elements in the alternative hierarchy will be filtered.
Formula that will be determined in the expression of transformation formula should return boolean value. Elements with True calculated value will be hidden, elements with False calculated value stay in the alternative hierarchy.
To filter elements of alternative hierarchy, use IEaxDataAreaHierarchy.Filter.
See also: