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

DimensionElementComponentAddDirect function for IBM Planning Analytics (TM1)

     
    DimensionElementComponentAddDirect adds an element to a consolidated element in a rollup according to a specific weight in a dimension. 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 DimensionElementComponentAdd.

    In the video, the DimensionElementComponentAddDirect will be used to add the element Denmark as a component to Scandinavia for the Sales Region dimension.

    Where can the DimensionElementComponentAddDirect function be used?

    TurboIntegrator

      Which TM1 Server version is the DimensionElementComponentAddDirect function available for?

      Version 11 and 12

        What is the syntax for DimensionElementComponentAddDirect?

        DimensionElementComponentAddDirect(DimName, ConsolidatedElement,Element, ElWeight)

        • DimName = Dimension Name​
        • ConsolidatedElement = Consolidated Element Name​
        • Element = Component Element Name​
        • ElWeight = Element Weight

        Relevant Functions