DukeStKing
Programmer
How do I force a report to show results (even if zero matches) for days within a date range??
Example : I run a report to get me all transactions between 10/15 and 10/17 with a summary for each date.
Right now, I am getting the following :
10/15 Count : 2 Amount : 123.00
Trans 112 Amount 83.00
Trans 118 Amount 40.00
10/17 Count : 1 Amount : 62.50
Trans 117 Amount 62.50
I would like to see the above plus:
10/16 Count : 0 Amount : 0.00
Any ideas or suggestions would be helpful...thanks.
Example : I run a report to get me all transactions between 10/15 and 10/17 with a summary for each date.
Right now, I am getting the following :
10/15 Count : 2 Amount : 123.00
Trans 112 Amount 83.00
Trans 118 Amount 40.00
10/17 Count : 1 Amount : 62.50
Trans 117 Amount 62.50
I would like to see the above plus:
10/16 Count : 0 Amount : 0.00
Any ideas or suggestions would be helpful...thanks.