Hi:
I am using CR 10 with a MySQL database. I have the following setup in my database:
Date Revision
01/03/05 3
01/19/05 8
02/06/05 4
05/12/05 3
In Crystal Reports, I need to be able to list all the months even if we have no data for it. I need to enter the months that are missing and give them a value of 0 or null. In other words, I need my table to look like the following:
01/03/05 3
01/19/05 8
02/06/05 4
03/01/05 0
04/01/05 0
05/12/05 3
Can anyone help me with this. Thanks in advance.
I am using CR 10 with a MySQL database. I have the following setup in my database:
Date Revision
01/03/05 3
01/19/05 8
02/06/05 4
05/12/05 3
In Crystal Reports, I need to be able to list all the months even if we have no data for it. I need to enter the months that are missing and give them a value of 0 or null. In other words, I need my table to look like the following:
01/03/05 3
01/19/05 8
02/06/05 4
03/01/05 0
04/01/05 0
05/12/05 3
Can anyone help me with this. Thanks in advance.