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

HierarchyElementInsertDirect function for IBM Planning Analytics (TM1)

    HierarchyElementInsertDirect adds an element to a specific hierarchy. 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 HierarchyElementInsert.

    In the video, HierarchyElementInsertDirect will be used to add Scotland as a numeric element, positioned before Wales, in the United Kingdom hierarchy from the Sales Region dimension.

    Where can the HierarchyElementInsertDirect function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchyElementInsertDirect function available for?

      Version 11 and 12

        What is the syntax for HierarchyElementInsertDirect?

        HierarchyElementInsertDirect(DimName, HierName, InsertionPoint, ElName, ElType)​

        • ​​DimName = Dimension Name​
        • HierName = Hierarchy Name​
        • InsertionPoint = An existing element where the element is inserted before this element. If blank, the new element will be added as the last element in the dimension.​
        • ElName = Element Name​
        • ElType = Element type (N for numeric element, S for string element and C for consolidated element)

        Relevant Functions