I searched for the topics but i am not clear. could anybody give me the code little bit similar to my Question.
As right now i am using DB2 database and I have objects commig from table are Fiscal year, Fiscal Quarter,Fiscal period in year. and Netsales$
With use of this objects I need to build the report which requires me to caluclate netsales$ for week,ptd.qtd,ytd
Yes My requirement is Fiscal YTD and I have the calender with me, but Infact I am not aware exactly what I have to change in the Code given by you to make it as a fiscal YTD
I need a little direction in creating a prompt/filter, which allows the user to select a time period from the options “MTD/YTD/QTD”, based the other inputs will be “Year” & “Month”.
So if a user selects QTD & March 2008…the report should show throw values associated with Jan,Feb & March 2008(which is basically Q1)
I already have dimensions for Full Year,Qtr & Month & they have case stmts built to perform their individual functionality.