SubsetGetElementName

SubsetGetElementName returns the name of the element at a specified index location within a given subset.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

SubsetGetElementName(DimName, SubsetName, ElementIndex);

Argument

Description

DimName The parent of the subset from which you want to retrieve an element name.
SubsetName The subset from which you want to retrieve an element name.
ElementIndex A number representing the position within the subset of the element you want to retrieve.

Example

SubsetGetElementName('Region', 'Americas', 4);

This example returns the name of the fourth element in the Americas subset of the Region dimension.