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

SubsetMDXSet function for IBM Planning Analytics (TM1)

    SubsetMDXSet applies an MDX expression to a public subset. If the subset doesn’t exist, then an error will occur. 

    In this video, SubsetMDXSet will be used to set an MDX expression in the ‘All Elements’ subset from the Product Scorecard dimension.

    Where can the SubsetMDXSet function be used?

    TurboIntegrator

      Which TM1 Server version is the SubsetMDXSet function available for?

      Version 11 and 12

        What is the syntax for SubsetMDXSet?

        SubsetMDXSet(DimName, SubName, MDX_expression)

        • DimName = Name of the Dimension the subset is in.​
        • SubName = Name of the public subset to which we want to apply MDX expression. ​
        • MDX_expression = MDX expression that we want to apply in the Subset.

        Relevant Functions