COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => BI Modeling (Transformer) => Topic started by: mspufko on 22 Jul 2009 02:33:18 PM

Title: need help with Transformer MDL verbs
Post by: mspufko on 22 Jul 2009 02:33:18 PM
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?
Title: Re: need help with Transformer MDL verbs
Post by: rodrigosborges on 18 Nov 2009 07:28:50 AM
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.