TM1 Function for TI, CubeDRAcquire

Acquires data reservation for a user in a cube according to an element list.

What is the CubeDRAcquire function?

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.

Where can the CubeDRAcquire function be used?

TurboIntegrator

Which TM1 Server version is this function available for?

Version 11

What is the syntax for CubeDRAcquire?

CubeDRAcquire(CubeName, User, BooleanForce, ElementList)​;

​CubeName = The cube where the data reservation will be acquired.​
User = The user for which the data will be acquired.​
BooleanForce = “1” will force the reservation, “0” will only acquire data reservation if there is no conflict.​
ElementList = This needs the hierarchy and then element of each dimension in the cube. It also needs to be in the order that the dimensions are ordered in the cube.

A demonstration on how to use CubeDRAcquire

Use CubeDRAcquire to acquire data reservation for the user, Test, in the Product Type by Region cube according to an element list.