Writing Feeder Rules
Posted: Wed Jul 18, 2012 8:46 pm
I am puzzled as to why I can't seem to get data pushed over to my CostOfQuality2 cube with my rule.
I have the rule in my income cube called "Inc". "Scrap" in my Inc cube is a consolidated element that sums three different scrap accounts (gross scrap, scrap sales, scrap other). I expected the rule to take actual scrap from my Inc cube and load it to "scrap" in my CostOfQuality2 cube but I only get zeroes. I have Skipcheck and Feeders in my rule and no other rules are impactin the CosOfQuality2 cube.
Is there anything wrong with my rule?
['Actual', 'Scrap']=>DB('CostOfQuality2','Actual',!Years,!Depts,!Ledgers,!Plants,!Projects,'Scrap',!Periods);
I have the rule in my income cube called "Inc". "Scrap" in my Inc cube is a consolidated element that sums three different scrap accounts (gross scrap, scrap sales, scrap other). I expected the rule to take actual scrap from my Inc cube and load it to "scrap" in my CostOfQuality2 cube but I only get zeroes. I have Skipcheck and Feeders in my rule and no other rules are impactin the CosOfQuality2 cube.
Is there anything wrong with my rule?
['Actual', 'Scrap']=>DB('CostOfQuality2','Actual',!Years,!Depts,!Ledgers,!Plants,!Projects,'Scrap',!Periods);