TI Functions
TM1 Function for TI – CubeDRRelease
Available In
TurboIntegrator
Definition
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.
Syntax
CubeDRRelease(CubeName, User, ElementList)
CubeName = The cube where the data reservation will be acquired.
User = The user for which the data will be release.
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 CubeDRRelease to release data reserved by user TEST2, so that user TEST can update the data in the Product Type by Region cube.