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

HierarchySubsetElementExists function for IBM Planning Analytics (TM1)

    HierarchySubsetElementExists checks if an elements exists in a public subset. 1 is returned if the elements exists or 0 if it does not exist in the subset.

    In this video, HierarchySubsetElementExists will be used to check if the element, Finance, exists in the Departments subset that’s associated with the Employee hierarchy and Employee dimension.

    Where can the HierarchySubsetElementExists function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchySubsetElementExists function available for?

      Version 11 and 12

        What is the syntax for HierarchySubsetElementExists?

        HierarchySubsetElementExists(DimensionName, HierarchyName, SubsetName, ElementName)

        • ​​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.​
        • ElementName = Name of the element to be checked in the subset.​

          Note: The subset checked must be public

        Relevant Functions