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

SubsetCreateByMDX function for IBM Planning Analytics (TM1)

    SubsetCreateByMDX creates a public subset based on an MDX statement. 

    In this video, SubsetCreateByMDX will be used to create a permanent and temporary subset based on an MDX statement from the Product Scorecard dimension.

    Where can the SubsetCreateByMDX function be used?

    TurboIntegrator

      Which TM1 Server version is the SubsetCreateByMDX function available for?

      Version 11 and 12

        What is the syntax for SubsetCreateByMDX?

        SubsetCreateByMDX(DimName, SubName, [AsTemporary] )

        • ​DimName = Name of the Dimension where we are creating subset.  ​
        • SubName = Name of the subset that we want to assign to the subset.  ​
        • MDX_Expression = Query that builds the subset. ​
        • [AsTemporary] = This is an optional parameter and mainly it is used to create temporary subset. The argument values are 1 and 0.​
          • 1 =  creates a temporary subset
          • 0 = creates the permanent subset. 

        Relevant Functions