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

SubsetElementDelete function for IBM Planning Analytics (TM1)

    SubsetElementDelete deletes an element from a public subset. 

    In this video, SubsetElementDelete will be used to delete the ‘Sales Amount’ element from the ‘All Elements’ subset in the Product Scorecard dimension.

    Where can the SubsetElementDelete function be used?

    TurboIntegrator

      Which TM1 Server version is the SubsetElementDelete function available for?

      Version 11 and 12

        What is the syntax for SubsetElementDelete?

        SubsetElementDelete(DimName, SubName, Index)

        • ​DimName = Name of the Dimension where the subset exists.​
        • SubsetName = Name of the subset from where we want to delete all elements. ​
        • Index = Index number of elements that you want to delete. 

        Relevant Functions