What is the syntax for CubeDataReservationRelease?
CubeDataReservationRelease(CubeName, User, Address, AddressDelimiter)
- CubeName = The cube where the data reservation will be acquired.
User = client on the TM1 Server - 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.