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...
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 -> ...
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...