I need to see the all the months in a date range even if they are zero. I have it based on help_Desk_details.action id = housecalls. I am showing a six month range in one column "(help_Desk_Details.Date)" and count of the months in another "Count ({Help_Desk_Details.Date}". Even if there are no housecalls for the month I would like it to show the Month and a zero.
I am assuming there is a hard coded code for this, but I am not getting it. I tried this, but it only shows if there is a count > 0.
if Count ({Help_Desk_Details.Date}, {Help_Desk_Details.Date}, "monthly" = 0 then 0
else Count ({Help_Desk_Details.Date}, {Help_Desk_Details.Date}, "monthly"
I am assuming there is a hard coded code for this, but I am not getting it. I tried this, but it only shows if there is a count > 0.
if Count ({Help_Desk_Details.Date}, {Help_Desk_Details.Date}, "monthly" = 0 then 0
else Count ({Help_Desk_Details.Date}, {Help_Desk_Details.Date}, "monthly"