Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10548

Re: Copying Key figure from Cube 1 to Cube 2

$
0
0

Hello Michael,

I think, I've tried and understood how to achieve solution for Question 1 and Question 2.

 

I did the following:

 

DATA I_FISCPER TYPE 0FISCPER3.

DATA I_CSUP TYPE Product.

DATA I_CUST TYPE Customer.

 

 

FOREACH I_CUST,I_CSUP,I_FISCPER.

  {AMOUNT,I_FISCPER,Cube3,I_CSUP,I_CUST} =

                                                 {Driver1,I_FISCPER,Cube2,I_CSUP,I_CUST} +

                                                 {Driver2,I_FISCPER,Cube2,I_CSUP,I_CUST} +

                                                 {AMOUNT,I_FISCPER,Cube1,I_CSUP,I_CUST}.

ENDFOR.

 

Then, I've added Cube 3 in the same MultiProvider.

 

Let me know, If I did something which was not needed.

 

Need your input in Question 3.

 

I've a Planning sequence, which I've created and want to execute that planning sequence when I save the IP Query with planned data.

 

One other question, which is of interest to me is, right now I've achieved all these considering Driver 1 KF value as absolute $ amount. Suppose it is a % field and hence when the user enters the percentage figure( which should internally calculate as 5% of 20 and then save to the cube), then what all changes need to happen in the design? i.e.

 

For a single Customer and Product Hierarchy

                       Period1    Period2   Period3

Revenue           20

Driver 1              5%

Driver 2              40

Total Revenue   61

 

Thanks & regards,

Jomy


Viewing all articles
Browse latest Browse all 10548

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>