I'm trying to set up a running total in my crosstab.
In my select statement, I've asked for every application that has been issued in my database. I then did the following.
1.) I created 2 groups in my Crystal 9 crosstab which I placed in the row section
2.) I placed my issued date in the column secton of my crosstab.
3.) I placed a count function on the application number.
Current Results
Jan 87 Feb 87 Mar 87 ------- Jan 04 Feb 04
TV 20 13 1 45 32
VCR 25 10 36 50 30
However I want to keep adding each month's total to the previous months. No matter what I try my numbers are too high.
Desired Results
Jan 87 Feb 87 Mar 87 ------- Jan 04 Feb 04
TV 20 33 34 79 111
VCR 25 35 71 121 151
Any suggestions? Thanks.
In my select statement, I've asked for every application that has been issued in my database. I then did the following.
1.) I created 2 groups in my Crystal 9 crosstab which I placed in the row section
2.) I placed my issued date in the column secton of my crosstab.
3.) I placed a count function on the application number.
Current Results
Jan 87 Feb 87 Mar 87 ------- Jan 04 Feb 04
TV 20 13 1 45 32
VCR 25 10 36 50 30
However I want to keep adding each month's total to the previous months. No matter what I try my numbers are too high.
Desired Results
Jan 87 Feb 87 Mar 87 ------- Jan 04 Feb 04
TV 20 33 34 79 111
VCR 25 35 71 121 151
Any suggestions? Thanks.