Is it the proper way to feed?
Posted: Mon Feb 18, 2013 4:53 am
Hi Experts,
Need some explanation or better solution if there is.
I have a cube named Report sourcing from another cube REVENUE. This Report cube has Period Week dimension in which the lowest levels are the week elements. While the REVENUE dimension has the months as its lowest level elements.
In my rule below, I'm passing the value of the whole consolidated quarter revenue for each week element.
REPORT Cube
['Quarter Revenue']=N:DB('Revenue',ATTRS('Reference Period',!Period Week,'Quarter'),!Site,'Revenue');
But in my feeders, I feed the Quarter Revenue measure this way. AND IT DOES WORK.
But isn't the week elements that I should be feeding? In my case below, I'm feeding the Consolidated months.
The way the cube behaves is fine but is it the proper way to do this feeding?
REVENUE Cube
['Revenue']=>DB('Report',ATTRS('Reference Month',!Period Month,'First Qtr CoMember'),!Site,'Quarter Revenue');
['Revenue']=>DB('Report',ATTRS('Reference Month',!Period Month,'Second Qtr CoMember'),!Site,'Quarter Revenue');
['Revenue']=>DB('Report',!Period Month,!Site,'Quarter Revenue');
Thanks very much for your help.
Bunch
Need some explanation or better solution if there is.
I have a cube named Report sourcing from another cube REVENUE. This Report cube has Period Week dimension in which the lowest levels are the week elements. While the REVENUE dimension has the months as its lowest level elements.
In my rule below, I'm passing the value of the whole consolidated quarter revenue for each week element.
REPORT Cube
['Quarter Revenue']=N:DB('Revenue',ATTRS('Reference Period',!Period Week,'Quarter'),!Site,'Revenue');
But in my feeders, I feed the Quarter Revenue measure this way. AND IT DOES WORK.
But isn't the week elements that I should be feeding? In my case below, I'm feeding the Consolidated months.
The way the cube behaves is fine but is it the proper way to do this feeding?
REVENUE Cube
['Revenue']=>DB('Report',ATTRS('Reference Month',!Period Month,'First Qtr CoMember'),!Site,'Quarter Revenue');
['Revenue']=>DB('Report',ATTRS('Reference Month',!Period Month,'Second Qtr CoMember'),!Site,'Quarter Revenue');
['Revenue']=>DB('Report',!Period Month,!Site,'Quarter Revenue');
Thanks very much for your help.
Bunch