<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCX94J4" height="0" width="0" style="display:none;visibility:hidden"></iframe>

HierarchySubsetAliasSet function for IBM Planning Analytics (TM1)

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

    In this video, HierarchySubsetAliasSet will be used to set the alias, Full Name, to the Finance subset in the Employee Hierarchy from the Employee dimension.

    Where can the HierarchySubsetAliasSet function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchySubsetAliasSet function available for?

      Version 11 and 12

        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.

        Relevant Functions