TM1 Function for TI, CubeDRReleaseAll

Releases all the data reservation specified in the element list.

What is the CubeDRReleaseAll function?

CubeDRReleaseAll releases all the data reservation 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.

Where can the CubeDRReleaseAll function be used?

TurboIntegrator

What is the syntax for CubeDRReleaseAll?

CubeDRReleaseAll(CubeName, UserFilter, ElementList)​;

​CubeName = The cube where the data reservation will be released.​
User = The user for which the data will be released.​
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 CubeDRReleaseAll

Use CubeDRReleaseAll to release all data reservations for everyone in the Product Type by Region cube.