Hi,
I have report in which I need data for previous 3 months of data as per user selection, If user selects Mar then display data for Jan, Feb & Mar. If user selects Feb then display just Jan & Feb data as I have to display only single year of data from anywhere Jan to Dec.
In table I have data with Month number like,
MonthNo Year TranAmt
2 2004 12.00
3 2003 30.00
12 2004 23.00
Something like this.
How I can span rolling 3 month in report. How I can achieve this?
Thanks in Advance,
R