Feeders for data from multiple cubes
Posted: Mon Dec 15, 2014 5:02 pm
Hi,
I have tried to find a similar Topic for my Problem, but no luck and if I missed it, I am apologized for posting this Kind of question again.
I Need help on Feeders for a cube where I am feeding data from 2 other cubes to do an calculation. I have written the following rule and it works fine, unless that at consolidation Level the values are Zero, due to no Feeders.
['VAL' ] = N : DB('Cube1', !YEAR, !PERIODE, !SALESCODES, !PNR ) * DB('Cube2', 'TOTAL', 'ACTUAL', !YEAR, !PERIODE, 'MP', 'ALL_DEPT_TYP', !DEPT, 'ALL_FTE', 'ALL', 'ALL_POSITIONS', !ROLES, !PNR, 'FTE');
Do I Need Feeders in both cubes where I am feeding the data from and if so, how do I Need to set These ? and / or do I Need also a Feeder in the cube where I wrote the rule ?
Thank you for your assistance.....Manfred
I have tried to find a similar Topic for my Problem, but no luck and if I missed it, I am apologized for posting this Kind of question again.
I Need help on Feeders for a cube where I am feeding data from 2 other cubes to do an calculation. I have written the following rule and it works fine, unless that at consolidation Level the values are Zero, due to no Feeders.
['VAL' ] = N : DB('Cube1', !YEAR, !PERIODE, !SALESCODES, !PNR ) * DB('Cube2', 'TOTAL', 'ACTUAL', !YEAR, !PERIODE, 'MP', 'ALL_DEPT_TYP', !DEPT, 'ALL_FTE', 'ALL', 'ALL_POSITIONS', !ROLES, !PNR, 'FTE');
Do I Need Feeders in both cubes where I am feeding the data from and if so, how do I Need to set These ? and / or do I Need also a Feeder in the cube where I wrote the rule ?
Thank you for your assistance.....Manfred