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

ViewCreateByMDX function for IBM Planning Analytics (TM1)

     ViewCreateByMDX creates a cube view with an MDX expression.

    In the video, ViewCreateByMDX will be used to create a view for the Finance cube using an MDX expression.

    Where can the ViewCreateByMDX function be used?

    TurboIntegrator

      Which TM1 Server version is the ViewCreateByMDX function available for?

      Version 11 and 12

        What is the syntax for ViewCreateByMDX?

        ViewCreateByMDX (CubeName, ViewName, MDX_Expression,<AsTemporary>)

        • CubeName = Cube Name​
        • ViewName = View Name​
        • MDX_Expression = a string value that has the MDX expression​
        • AsTemporary = Optional binary flag to set the view as temporary. If nothing is set, the view will be permanent by default.

        Relevant Functions