Hello Gurus,
I generated a report on cube will have following infoobjects
1.Fiscal Year,Fiscal Year period are Infoobjects
2.Monthly Revenue, Monthly Booking are Keyfigures
My report <b>variables</b> are Fiscal Year and Fiscal year Period
For Example User will pass Variable values Fiscal year = 2006 and Fiscal Year Period = 10
User Expecting Following report output
<b>Report Output</b>
Monthly Revenue
Last Year Monthly Revenue(In this case 2005 year)
Year to date Revenue(Cube having 2003,2004,2005,2006 total years Revenue)
Monthly Booking
Last Year Monthly Booking(In this case 2005 year)
Year to date Booking(Cube having 2003,2004,2005,2006 total years Booking)
How to calculate following values
1.Last Year Monthly Revenue
2.Year to date Revenue
3.Last Year Monthly Booking
4.Year to date Booking
Gurus your input would be appreciated
Hi Roy
This is how do the the calculations using the BEX query designer.
How to calculate following values
1.Last Year Monthly Revenue
Create a restricted key figure, include Monthly Revenue, fiscal year and period, set the fiscal year to your variable and then in the next selection screen right click on your variable and select Variable Offset adn set it to -1. set the period to your period variable.
2.Year to date Revenue
Create your restricted key figure, make sure you include fiscal year and period, set fiscal year to your year selection variable and set a value range on fiscal period for between period 1 and your period selection variable.
3.Last Year Monthly Booking
repeat the step 1 but substitute monthly booking for revenue
4.Year to date Booking
repeat the step 1 but substitute monthly booking for revenue
Fiscal Year Period = 10 ??? Is it posting period = 10 FYP is 200710 not just 10.
Do you have posting period available - 0FISCPER3 ??
Monthly Revenue - Should this display only for user entered year for month 10 ?
Last Year Monthly Revenue(In this case 2005 year) - 2005 & for month 10 ?
Year to date Revenue - Is it not YTD - Summed up Revenue for year 2007 - From month 1 to month 10 ?
Message was edited by:
Jr Roberto
Add a comment