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

HierarchyElementExists function for IBM Planning Analytics (TM1)

    HierarchyElementExists checks whether an element exists in a dimension. If the element exists, the result is 1. If it does not exist, the result is 0.

    In the video, HierarchyElementExists will be used to check if Wales exists in the United Kingdom hierarchy from the Sales Region dimension.

    Where can the HierarchyElementExists function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchyElementExists function available for?

      Version 11 and 12

        What is the syntax for HierarchyElementExists?

        HierarchyElementExists(DimName, HierName, ElName)

        • ​​DimName = Dimension Name
        • HierName = Hierarchy Name
        • ElName = Element Name

        Relevant Functions