TM1 Function for TI, ​HierarchySubsetAliasSet

Sets an alias for a subset for a hierarchy.

What is the HierarchySubsetAliasSet function?

HierarchySubsetAliasSet sets an alias for a subset for a hierarchy. Returns 1 if successful or 0 if not.

Where can the HierarchySubsetAliasSet function be used?

TurboIntegrator

What is the syntax for HierarchySubsetAliasSet?

HierarchySubsetAliasSet(DimensionName, HierarchyName, SubsetName, AliasName); ​

​DimensionName = Name of the dimension the subset is made of.​
HierarchyName = Name of the hierarchy the subset is made of.​
SubsetName = Name of the subset to set an alias for.​
AliasName = Name of the Alias to be used in the subset.

A demonstration on how to use HierarchySubsetAliasSet

Use HierarchySubsetAliasSet to set the alias, Full Name, to the Finance subset in the Employee Hierarchy from the Employee dimension.