This may be an unusual request, but I'm not sure.
I have a report where everything has a value:
Customer
Order Number
Date
Value
When I group this report by month and there is a month with no values, I want the report to automatically field out the fields as zeros.
For this example, the month of February does not have any data and here is how I want it to appear in Crystal:
Month Count Value
January 5 $20
February 4 $30
March 0 $0
April 2 $10
Is this possible to do?
I have a report where everything has a value:
Customer
Order Number
Date
Value
When I group this report by month and there is a month with no values, I want the report to automatically field out the fields as zeros.
For this example, the month of February does not have any data and here is how I want it to appear in Crystal:
Month Count Value
January 5 $20
February 4 $30
March 0 $0
April 2 $10
Is this possible to do?