Search found 4 matches

by Bianca
Fri Jan 09, 2015 12:32 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Load data from dynamic CubeView
Replies: 8
Views: 4348

Re: Load data from dynamic CubeView

the last 2 answers helped me to finish my work.
Thanks for the fast and good help!

In case I need to close this request please tell me how to do it -> I don't want to waste the time of others :D
by Bianca
Thu Jan 08, 2015 5:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Load data from dynamic CubeView
Replies: 8
Views: 4348

Re: Load data from dynamic CubeView

what I tried till now is the following: I know that there is no cube with more then 20 dimensions included. PROLOG ################## # Definition der Quelle ################## DatasourceNameForServer = p_Cube; DataSourceType = 'View'; DatasourceCubeview = V_Name; DATA # find index of dimension PV i...
by Bianca
Thu Jan 08, 2015 3:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Load data from dynamic CubeView
Replies: 8
Views: 4348

Re: Load data from dynamic CubeView

thank you for the fast answer.What do you mean with this "bedrock.cube.data.copy" ? do I have to search this within a special guide? The process that I want to creat has to be intelligent and should work for many different cubes. For example: Cube1 Dim1 = Currency Dim2 = Week Dim3 = PV -> ...
by Bianca
Thu Jan 08, 2015 2:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Load data from dynamic CubeView
Replies: 8
Views: 4348

Load data from dynamic CubeView

Hello together, I try to copy data from a dynamic CubeView. Prolog: ################## # definition of source ################## DatasourceNameForServer = p_Cube; DataSourceType = 'View'; DatasourceCubeview = V_Name; - variables p_Cube, p_View, v_Name are parameters - The source cube is equal to the...