SubsetATTRS

SubsetATTRS returns a string attribute for a specified subset.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

SubsetATTRS(DimName, SubName, AttrName);

Argument

Description

DimName

A valid dimension name.

SubName

The name of a subset in a dimension.

AttrName

The attribute for which you want to retrieve a value. This argument must be a valid attribute of the dimension.

Example

In this example, the function returns the string value of the Manager attribute of the Sales subset from the Plan_Business_Unit dimension.

SubsetATTRS('Plan_Business_Unit', 'Sales', 'Manager');