I have a line chart where I have counts for each month. I am pulling records from an Access database. I am figuring the time service from submit to issue date. I get the months as follows: IF Month (Issued Date}) = 2 Then "Feb" and so forth. I break the chart on @Month which I also group on, incidently. Some months have no records so I can end up with the following months on a chart (January, February, June, August, December) with correct averages. How do I get the missing months on the chart with a zero average? I know the line might go from 10 in February to 0 in March and that is ok.
Thanks in advance for any clues!!
Thanks in advance for any clues!!