What is the syntax for CubeDataReservationGet?
CubeDataReservationGet(Index, CubeName, User, AddressDelimiter)
- Index = This starts at one if there is a reservation. A while loop can be used to loop through the indexes by increasing the index.
- CubeName = The cube where the data reservation will be acquired.
- User = User on the TM1 server. If left blank, all users will be used.
- AddressDelimiter = This can be any character that will split the elements if the character is not in the element name. “|” is the default.