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

SubsetElementInsert function for IBM Planning Analytics (TM1)

    SubsetElementInsert adds an element in an existing subset.

    In this video, SubsetElementInsert will be used to insert the element, Sales Amount, to the ‘All Elements’ subset in the Product Scorecard dimension into position 1 and 3

    Where can the SubsetElementInsert function be used?

    TurboIntegrator

      Which TM1 Server version is the SubsetElementInsert function available for?

      Version 11 and 12

        What is the syntax for SubsetElementInsert?

        SubsetElementInsert(DimName, SubName, ElName, Position)

        • ​DimName = Name of the Dimension where the subset exists.​
        • SubName  = Name of the subset where we are adding an element. ​
        • ElName = Name of the element that we are adding in the subset. ​
        • Position = Element index position in the subset. 

        Relevant Functions