What is the syntax for CubeDRGetConflicts?
CubeDRGetConflicts(Index, CubeName, User, ElementList)
- 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 = The user for which the data will be acquired.
- ElementList = This needs the hierarchy and then the element of each dimension in the cube. It also needs to be in the order that the dimensions are ordered in the cube.