I have a table with financial information with the following (basic) layout: Year, GL Account, January, February, March,...December.
So, for GL Account 40000, you might see:
2007, 40000, $100, $110, $90,....$150
2008, 40000, $105, $120, $95,....$160
The report will show the current (parameter based) period and year (i.e., user enters 2008, period 9) plus the last 11 months.
As you can see, this means the report covers data from Oct-2007 to Sept-2008.
So, the report should look like:
Account Oct07 Nov07 Dec07 Jan08...Sep08
40000 $180 $170 $150 $105 $200
I have tried multiple means to acheive this to no avail. My data is either always 2008 data or 2007 data.
So, for GL Account 40000, you might see:
2007, 40000, $100, $110, $90,....$150
2008, 40000, $105, $120, $95,....$160
The report will show the current (parameter based) period and year (i.e., user enters 2008, period 9) plus the last 11 months.
As you can see, this means the report covers data from Oct-2007 to Sept-2008.
So, the report should look like:
Account Oct07 Nov07 Dec07 Jan08...Sep08
40000 $180 $170 $150 $105 $200
I have tried multiple means to acheive this to no avail. My data is either always 2008 data or 2007 data.