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

DimensionElementExists function for IBM Planning Analytics (TM1)

     
    DimensionElementExists checks whether a specific element exists in a dimension. If the element exists, the result is 1, and if it does not exist, the result is 0.

    In the video, the DimensionElementExists will be used to check if Western Europe exists in the Sales Region dimension.

    Where can the DimensionElementExists function be used?

    TurboIntegrator

      Which TM1 Server version is the DimensionElementExists function available for?

      Version 11 and 12

        What is the syntax for DimensionElementExists?

        DimensionElementExists(DimName, ElName)​

        • DimName = Dimension Name
        • ElName = Element Name

        Relevant Functions