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

CubeDRGet function for IBM Planning Analytics (TM1)

    CubeDRGet finds existing reservations on a specific cube for all or one user. This function applies to dimensions with one or more hierarchies, while CubeDataReservationGet is used for dimensions with a single hierarchy.

    Learn how to use the CubeDRGet to return the data reconversion set for the user, TEST, in the Product Type By Region cube.

    Where can the CubeDRGet function be used?

    TurboIntegrator

      Which TM1 Server version is the CubeDRGet function available for?

      Version 11 and 12

        What is the syntax for CubeDRGet?

        CubeDRGet(Index, Cube, User, Element-list)

        • Index = A one-based loop index for iterating through reservations on the specified cube.​
        • Cube = The name​
        • User = The username. If blank, all users will be used.​
        • Element-list = list of individual element name arguments.

        Relevant Functions

        • CubeDataReservationAcquire = Acquires data reservation for a cube, user and intersection
        • CubeDataReservationGet = Finds the data reservations for a cube
        • CubeDataReservationGetConflicts = Gets data reservation set for a cube that conflicts with a user, address and tuple
        • CubeDataReservationRelease = Releases the data reservation for a cube, user and address
        • CubeDataReservationReleaseAll = Releases all the data reservations specified
        • CubeDRAcquire = Acquires data reservation for a user in a cube according to an element list. This function applies to dimensions with one or more hierarchies, while CubeDataReservationAcquire is used for dimensions with a single hierarchy
        • CubeDRGet = Finds existing reservations on a specific cube for all or one user. This function applies to dimensions with one or more hierarchies, while CubeDataReservationGet is used for dimensions with a single hierarchy.
        • CubeDRGetConflicts = Gets the cube’s current data reservation conflicts. This function applies to dimensions with one or more hierarchies, while CubeDataReservationGetConflicts is used for dimensions with a single hierarchy.
        • CubeDRRelease = Releases the data reservation specified in the element list. This function applies to dimensions with one or more hierarchies, while CubeDataReservationRelease is used for dimensions with a single hierarchy.
        • CubeDRReleaseAll = Releases all the data reservations specified in the element list. This function applies to dimensions with one or more hierarchies, while CubeDataReservationReleaseAll is used for dimensions with a single hierarchy.