Hello,
I am trying to design a simple crosstab from a crosstab wizard. I have no problems creating the columns to be from January to December, (left to right.)
My problem is a simple one. The crosstab does not differentiate the June 2000, June 2001 or July 2000 and July 2001.. and so on.
My department plans to keep the data for 13 months before archiving it. I use the "sum" as the value.
How can I differentiate the months, if they are in the different year?
Is it possible to write an SQL or a query that will automatically roll the 13-month?
For example; July 00-August00-Sept00...... July 01
Then, when August 1 starts, the query can automatically start my 13-month rolling period:
For example: August00--.............. August 01
Thank you.
I am trying to design a simple crosstab from a crosstab wizard. I have no problems creating the columns to be from January to December, (left to right.)
My problem is a simple one. The crosstab does not differentiate the June 2000, June 2001 or July 2000 and July 2001.. and so on.
My department plans to keep the data for 13 months before archiving it. I use the "sum" as the value.
How can I differentiate the months, if they are in the different year?
Is it possible to write an SQL or a query that will automatically roll the 13-month?
For example; July 00-August00-Sept00...... July 01
Then, when August 1 starts, the query can automatically start my 13-month rolling period:
For example: August00--.............. August 01
Thank you.