I need some feeder assistance. In our P&L cube we have created a series of LTD years in the "Year" dimension which is fed by the following rule (for the 2012 LTD example):
Code: Select all
['2012 LTD'] = ['Year':'2012'] +
['Year':'2011','Full Year'] +
['Year':'2010','Full Year'] +
['Year':'2009','Full Year'] +
['Year':'2008','Full Year']
The feeder for this rule is as follows:
Code: Select all
['Year':{'2012','2011','2010','2009','2008'}] =>['2012 LTD'] ;
-------------------------------------------------------------------------------------------------------------------------
Current Cube Dimensions:
Company
Currency
Sales Office
GBU
Customer
Department
Natural Account
Project
Year
Month
-------------------------------------------------------------------------------------------------------------------------
Any ideas on what additional feeders I should create in order to feed the YTD values correctly.
Thanks,
Damien