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

HierarchySubsetExists function for IBM Planning Analytics (TM1)

    HierarchySubsetExists checks if a public subset exists for a hierarchy. 1 is returned if the subset exists or 0 if the subset does not exist.

    In this video, HierarchySubsetExists will be used to check if the Department subset is associated with the Employee hierarchy and Employee dimension.

    Where can the HierarchySubsetExists function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchySubsetExists function available for?

      Version 11 and 12

        What is the syntax for HierarchySubsetExists?

        HierarchySubsetExists(DimensionName, HierarchyName, SubsetName)

        • ​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 checked.​

          Note: The subset checked must be public

        Relevant Functions