chart in report including null days

J

Justin

I have a chart in a repot which will show daily totals based off a query.
The chart counts the entries under each day of the query and displays the
totals. I have an issue with this chart including days that have no entries
(do not exist in the query). For instance, the weekends. I need the weekend
date to be included if entries exist, but I don't want dates included if no
entry exists.

How can I tell the chart to only display the days that have entries?
 
Top