I am trying, through script, to associate a custom view with a power cube. From the documentation, I found
PowerCubeCustomViewListUpdate PowerCube ID StartList PowerCube ID EndList
however, when I put this in my script, it is not working. Does anyone know how to associate a custom view with a power cube via script?
I do not know if you still with this problem.
If not at least it is documented for other users.
I had the same problem, trying to create a MDL script to automate the creation of Custom Views and decided that with the following command line in the script:
PowerCubeCustomViewListUpdate Cube "Cube X" StartList "ADMINISTRATION"
"DEVELOPMENT" ENDLIST
Where "X Cube" is the name of the Cube and "ADMINISTRATION"
"DEVELOPMENT" is the Custom Views.