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

ViewColumnDimensionSet function for IBM Planning Analytics (TM1)

     
    ViewColumnDimensionSet sets the dimension in a column position for a cube view. 

    In the video, ViewColumnDimensionSet will be used to set the dimension Year in the column position for the default view as the top-most stacked position.

    Where can the ViewColumnDimensionSet function be used?

    TurboIntegrator

      Which TM1 Server version is the ViewColumnDimensionSet function available for?

      Version 11 and 12

        What is the syntax for ViewColumnDimensionSet?

        ViewColumnDimensionSet(CubeName, ViewName, DimName, StackPosition)​

        • CubeName = Cube Name​
        • ViewName = View Name​
        • DimName = Dimension Name​
        • Stack Position = A number that points to the stack position of the dimension in the view. 1 indicates the top-most stack position. 2 indicates a position below 1, etc

        Relevant Functions