How to bring the data?
Posted: Thu Oct 23, 2014 5:28 pm
Hello All
We have an Input cube XYZ as below:
Now, at the end of every month, as a part of roll over process, we want to move data from actual (view 2) to forecast (view 1).
IF the location of data (counter number) is same in both cube than we can easily move the data as below Now if the location of data (counter number) is not same in both cube
than i couldn't able to bring data at correct place. I wrote following rule
['Forecast','Jan']=N:IF((DB('XYZ','Actual',!Counter,'Location')@=DB('XYZ','Forecast',!Counter,'Oracle Location'))
& (DB('XYZ','Actual',!Counter','Inventory')@=DB('XYZ','Forecast',!Counter,'Inventory'))
& (DB('XYZ','Actual',!Counter','ID')@=DB('XYZ','Forecast',!Counter,'ID'))
,DB('XYZ','Actual',!Counter','Jan'),STET);
I want to know what modification i can make to achieve the functionality. If i put the counter number where all above three condition met than it would work. Anythough on it.
I am giving a try through TI where I would take V1 (COUNTER VALUE) for actual version and loop it in to forecast version. If it satisfy the condition than it would paste actual data in to forecast at jan month and V1 counter.
Thank You so much in advance for your valuable time & input.
Thanks
Dharav Patel
We have an Input cube XYZ as below:
Now, at the end of every month, as a part of roll over process, we want to move data from actual (view 2) to forecast (view 1).
IF the location of data (counter number) is same in both cube than we can easily move the data as below Now if the location of data (counter number) is not same in both cube
than i couldn't able to bring data at correct place. I wrote following rule
['Forecast','Jan']=N:IF((DB('XYZ','Actual',!Counter,'Location')@=DB('XYZ','Forecast',!Counter,'Oracle Location'))
& (DB('XYZ','Actual',!Counter','Inventory')@=DB('XYZ','Forecast',!Counter,'Inventory'))
& (DB('XYZ','Actual',!Counter','ID')@=DB('XYZ','Forecast',!Counter,'ID'))
,DB('XYZ','Actual',!Counter','Jan'),STET);
I want to know what modification i can make to achieve the functionality. If i put the counter number where all above three condition met than it would work. Anythough on it.
I am giving a try through TI where I would take V1 (COUNTER VALUE) for actual version and loop it in to forecast version. If it satisfy the condition than it would paste actual data in to forecast at jan month and V1 counter.
Thank You so much in advance for your valuable time & input.
Thanks
Dharav Patel