TM1 Function for TI – ​CubeDataReservationReleaseAll

What is the CubeDataReservationReleaseAll function?

CubeDataReservationReleaseAll releases all the data reservation specified.

Where can the CubeDataReservationReleaseAll function be used?

TurboIntegrator

What is the syntax for CubeDataReservationReleaseAll?

CubeDataReservationReleaseAll(CubeName, UserFilter, Address, AddressDelimiter)​;

​CubeName = The cube where the data reservation will be released.​
User = username filter to match against existing reservations. If blank, all users will be used.​
Address = This needs the elements of each dimension in the cube. It also needs to be in the order that the dimensions are ordered in the cube.​
AddressDelimiter = This can be any character that will split the elements if the character is not in the element name. “|” is the default.

A demonstration on how to use CubeDataReservationReleaseAll

Use CubeDataReservationReleaseAll to release all data reservations in the General Ledger cube.