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

HierarchySubsetCreate function for IBM Planning Analytics (TM1)

    HierarchySubsetCreate creates an empty public subset in a hierarchy.

    In this video, HierarchySubsetCreate will be used to create the subset, New Created Subset, associated with the Employee hierarchy and Employee dimension.

    Where can the HierarchySubsetCreate function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchySubsetCreate function available for?

      Version 11 and 12

        What is the syntax for HierarchySubsetCreate?

        HierarchySubsetCreate(DimName, HierName, SubName, [AsTemporary])

        • ​DimName = the dimension that you want to create subset.​
        • HierName = The name of hierarchy in the dimension. ​
        • SubName = The name you want to assign the subset.​
        • AsTemporary = An optional argument that the specifies whether the subset being created is temporary. 1 indicates a temporary subset, 0 indicates a permanent subset.

        Relevant Functions