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

ViewExists function for IBM Planning Analytics (TM1)

     
    ViewExists checks whether a view exists. If the view exists, the result is 1, and if it does not exist, the result is 0.

    In the video, ViewExists will be used to check if the default view exists in the Sales Quota cube.

    Where can the ViewExists function be used?

    TurboIntegrator

      Which TM1 Server version is the ViewExists function available for?

      Version 11 and 12

        What is the syntax for ViewExists?

        ViewExists(CubeName, ViewName)

        • CubeName = Cube Name​
        • ViewName = View Name

        Relevant Functions