I have a report in which user inputs the start quarter,start year,end quarter and end year.
I want in the report to dynamically display all the quarters that fall between the selected parameters.
For ex if user selected 2 qtr of 2002 to 3rd qtr of 2004 then the report should display 2,3,4 of 2002 and 1,2,3,4 qtr of 2003 and 1,2,3rd qtr of 2004.
Also if user only selects the start and ending qtr for 1 year then report should display only for that year.
Does somebody have any ideas?
TIA.
I want in the report to dynamically display all the quarters that fall between the selected parameters.
For ex if user selected 2 qtr of 2002 to 3rd qtr of 2004 then the report should display 2,3,4 of 2002 and 1,2,3,4 qtr of 2003 and 1,2,3rd qtr of 2004.
Also if user only selects the start and ending qtr for 1 year then report should display only for that year.
Does somebody have any ideas?
TIA.