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

HierarchyTopElementInsert function for IBM Planning Analytics (TM1)

    HierarchyTopElementInsert adds a root element to a hierarchy if there isn’t any root element. This action occurs after a commitment to the process (e.g., at the end of executing the metadata tab). To action this function immediately, use HierarchyTopElementInsertDirect.

    In the video, HierarchyTopElementInsert will be used to insert the element, Total Customer, to position 1 in the Customer dimension.

    Where can the HierarchyTopElementInsert function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchyTopElementInsert function available for?

      Version 11 and 12

        What is the syntax for HierarchyTopElementInsert?

        HierarchyTopElementInsert(DimensionName, HierarchyName, InsertionPoint, ElementName)

        • ​​DimensionName = Name of the dimension to insert a top element.​
        • HierarchyName = Name of the Hierarchy to insert a top element.​
        • InsertionPoint = Position to add top element inside the hierarchy.​
        • ElementName = Name of the element to insert as root element on the dimension.

        Relevant Functions