SubsetAliasGet
SubsetAliasGet returns the alias attribute for a subset. 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
SubsetAliasGet( DimName, SubName);
Argument |
Description |
---|---|
DimName | The parent dimension of the subset for which you want to retrieve the alias. |
SubName | The subset for which you want to retrieve the alias. |
Example
SubsetAliasGet('Region', 'Central Europe');
This example retrieves the alias for the Central Europe subset of the Region dimension.