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

SubsetElementExists function for IBM Planning Analytics (TM1)

    SubsetElementExists checks if an element exists in the specified public subset. If an element exists in the subset then it returns 1 otherwise it returns 0. 

    In this video, SubsetElementExists will be used to check if an element exists in the ‘All Elements’ subset from the Product Scorecard dimension. An existing and non-existing element will be demoed.

    Where can the SubsetElementExists function be used?

    TurboIntegrator

      Which TM1 Server version is the SubsetElementExists function available for?

      Version 11 and 12

        What is the syntax for SubsetElementExists?

        SubsetElementExists(DimName, SubsetName, ElementName)

        • DimName = Name of the Dimension the subset is in.​
        • SubsetName = Name of the public subset. ​
        • ElementName = Name of the element that you want to check its existence.

        Relevant Functions