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

HierarchySubsetElementInsert function for IBM Planning Analytics (TM1)

    HierarchySubsetElementInsert adds an element into a subset associated with a hierarchy.

    In this video, HierarchySubsetElementInsert will be used to insert Finance into the 5th position in the Departments subset associated with the Employee hierarchy and Employee dimension.

    Where can the HierarchySubsetElementInsert function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchySubsetElementInsert function available for?

      Version 11 and 12

        What is the syntax for HierarchySubsetElementInsert?

        HierarchySubsetElementInsert(DimensionName, HierarchyName, SubsetName, ElementName, Position)

        • ​​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 the element will be added in.​
        • ElementName = Name of the element to insert in the existing subset.​
        • Position = Position Index Number inside the subset in which the element will be inserted.​

          Note: The subset must be public

        Relevant Functions