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

HierarchyTopElementInsertDirect function for IBM Planning Analytics (TM1)

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

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

    Where can the HierarchyTopElementInsertDirect function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchyTopElementInsertDirect function available for?

      Version 11 and 12

        What is the syntax for HierarchyTopElementInsertDirect?

        HierarchyTopElementInsertDirect(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 be direct insert as root element on the dimension

        Relevant Functions