ELCOMP

ELCOMP returns the name of a child of a consolidated element in a specified dimension.

This function is valid in both rules and TurboIntegrator processes.

Syntax

ELCOMP(dimension, element, position)

Argument

Description

dimension

A valid dimension name.

element

The name of a consolidated element within the dimension.

position

A positive value less than or equal to the total number of children in the specified element.

Example

In the dimension Region, the consolidated element Central Europe is a consolidation of the children France and Germany. Germany is in the second position in this consolidation. Accordingly, the example returns Germany.

ELCOMP('Region','Central Europe',2)