HierarchyElementInsert function for IBM Planning Analytics (TM1)

    Where can the HierarchyElementInsert function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchyElementInsert function available for?

      Version 11 and 12

        What is the syntax for HierarchyElementInsert?

        HierarchyElementInsert(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