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

HierarchySubsetMDXSet function for IBM Planning Analytics (TM1)

    HierarchySubsetMDXSet inserts an MDX expression to a public subset.

    In this video, HierarchySubsetMDXSet will be used to insert an MDX express to the Departments subsets, that’s associated with the Employee hierarchy and Employee dimension.

    Where can the HierarchySubsetMDXSet function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchySubsetMDXSet function available for?

      Version 11 and 12

        What is the syntax for HierarchySubsetMDXSet?

        HierarchySubsetMDXSet(DimensionName, HierarchyName, SubsetName, MDX Expression)

        • ​​DimensionName = Name of the dimension the subset is in.​
        • HierarchyName = Name of the Hierarchy the subset is in.​
        • SubsetName = Name of the subset to be updated.​
        • MDX Expression = MDX expression to be used in the subset.

        Relevant Functions