TM1 Function for TI – CubeDRAcquire
Available In
TurboIntegrator
Definition
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.
Syntax
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.
Video Demo
Use CubeDRAcquire to acquire data reservation for the user, Test, in the Product Type by Region cube according to an element list.