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

HierarchyElementComponentAddDirect function for IBM Planning Analytics (TM1)

    HierarchyElementComponentAddDirect adds an element to a consolidated element in a hierarchy, rolling up according to the weight defined. 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 HierarchyElementComponentAdd.

    In the video, HierarchyElementComponentAddDirect will be used to add Netherlands as a child of Benelux in the Western Europe hierarchy from the Sales Region dimension.

    Where can the HierarchyElementComponentAddDirect function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchyElementComponentAddDirect function available for?

      Version 11 and 12

        What is the syntax for HierarchyElementComponentAddDirect?

        HierarchyElementComponentAddDirect(DimName, HierName, ConsolElName,ElName, ElWeight)

        • ​​DimName = Dimension Name​
        • HierName = Hierarchy Name​
        • ElName = Element Name​
        • ConsolElName = Consolidated Element Name​
        • ElWeight = Element Weight

        Relevant Functions