Feeder Year LTD
Posted: Tue Sep 04, 2012 11:06 am
Hi Guys,
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):
As you can see, if 2012 LTD is selected, it should include the full years value for years 2008 till 2011 and then the selected months (e.g. Feb YTD) for 2012. This should therefore provide a LTD total up to the end of Feb 2012.
The feeder for this rule is as follows:
This works perfectly for all month combinations including "Full Year" and "Feb YTD" in Perspectives. However when viewed in EV, values for "Full Year" showup, but "Feb YTD" only shows up when selected with "Full Year". Therefore this seems very much a feeder issue, as the rule seems to generate the correct values for Feb YTD, but only the rows only show up when viewed with "Full Year".
-------------------------------------------------------------------------------------------------------------------------
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
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