Rules - Will consolidation works
Posted: Tue Mar 13, 2012 1:13 am
-- Rolling 2012
--- Rolling Jun (2012)
----Jun (2012)
-----03/06/2012
-----10/06/2012
-----17/06/2012
-----24/06/2012
----May (2012)
----Apr (2012)
----Mar (2012)
----Feb (2012)
----Jan (2012)
----Dec (2011)
----Nov (2011)
-- FY 2012
----Jun (2012)
-----03/06/2012
-----10/06/2012
-----17/06/2012
-----24/06/2012
----May (2012)
----Apr (2012)
----Mar (2012)
----Feb (2012)
----Jan (2012)
----Dec (2011)
----Nov (2011)
I have a rule where it reads the Rolling Month (Year) from "amount" and write it to Month (Year) "Rolling Average Per Tonne". When the rule is in place, the data is written to the month consolidation element. This means that there isn't any data sitting on the N element for "Rolling Average Per Tonne" as there is no data in week level. I tried putting feeders in but it seems like when i select FY 2012, there isnt any data in there. So data is there for month level but not any level above that. What did i miss in my feeders ?
Rules
['Rolling Average Per Tonne'] =
DB('actuals',!p_VA_Account,!SalesHierarchy_Reporting,!p_Order_Live,'Rolling ' | !p_Time_Weekly, !p_Time_Close,!Sector,!p_Site,'Amount')\
DB('actuals','Tonnes',!SalesHierarchy_Reporting,!p_Order_Live,'Rolling ' | !p_Time_Weekly, !p_Time_Close,!Sector,!p_Site,'Amount');
Feeders
['Tonnes','Amount']=>DB('actuals',!p_VA_Account,!SalesHierarchy_Reporting,!p_Order_Live,!p_Time_Weekly,!p_Time_Close,!Sector,!p_Site,!p_Actual_m);
--- Rolling Jun (2012)
----Jun (2012)
-----03/06/2012
-----10/06/2012
-----17/06/2012
-----24/06/2012
----May (2012)
----Apr (2012)
----Mar (2012)
----Feb (2012)
----Jan (2012)
----Dec (2011)
----Nov (2011)
-- FY 2012
----Jun (2012)
-----03/06/2012
-----10/06/2012
-----17/06/2012
-----24/06/2012
----May (2012)
----Apr (2012)
----Mar (2012)
----Feb (2012)
----Jan (2012)
----Dec (2011)
----Nov (2011)
I have a rule where it reads the Rolling Month (Year) from "amount" and write it to Month (Year) "Rolling Average Per Tonne". When the rule is in place, the data is written to the month consolidation element. This means that there isn't any data sitting on the N element for "Rolling Average Per Tonne" as there is no data in week level. I tried putting feeders in but it seems like when i select FY 2012, there isnt any data in there. So data is there for month level but not any level above that. What did i miss in my feeders ?
Rules
['Rolling Average Per Tonne'] =
DB('actuals',!p_VA_Account,!SalesHierarchy_Reporting,!p_Order_Live,'Rolling ' | !p_Time_Weekly, !p_Time_Close,!Sector,!p_Site,'Amount')\
DB('actuals','Tonnes',!SalesHierarchy_Reporting,!p_Order_Live,'Rolling ' | !p_Time_Weekly, !p_Time_Close,!Sector,!p_Site,'Amount');
Feeders
['Tonnes','Amount']=>DB('actuals',!p_VA_Account,!SalesHierarchy_Reporting,!p_Order_Live,!p_Time_Weekly,!p_Time_Close,!Sector,!p_Site,!p_Actual_m);