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

SubsetExists function for IBM Planning Analytics (TM1)

    SubsetExists checks if a public subset exists. The function returns a 1 if the subset exists in the dimension, otherwise it returns 0.

    In this video, SubsetExists will be used to check if two subsets exist in the Product Scorecard dimension. 

    Where can the SubsetExists function be used?

    TurboIntegrator

      Which TM1 Server version is the SubsetExists function available for?

      Version 11 and 12

        What is the syntax for SubsetExists?

        SubsetExists(DimName, SubsetName)

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

        Relevant Functions