HierarchySubsetAliasGet

HierarchySubsetAliasGet returns the alias attribute for a subset within a hierarchy. This function was introduced in Planning Analytics 2.0.9.10/TM1 Server 11.8.9 and cannot be used in previous versions.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

HierarchySubsetAliasGet(DimName, HierName, SubName);
Table 1. HierarchySubsetAliasGet syntax

Argument

Description

DimName The parent dimension of the subset for which you want to retrieve the alias.
HierName The name of a hierarchy within the dimension.
SubName The subset within the specified hierarchy for which you want to retrieve the alias.

Example

HierarchySubsetAliasGet('Region', 'European', 'Northern Europe');

This example retrieves the alias for the Northern Europe subset of the European hierarchy in the Region dimension.