I'm working on a SSRS report. I want to display a monthly count of results.
To some degree I can do this, however if a month doesn't have any results, it won't give me a month or the count of 0
How can I force the report to display all months? I'm using a matrix to display the above, but I really need all months even if there are 0 results for that month.
My code is as below
<attribute name="dateRecieved" alias="MonthRecieved" groupby="true" dategrouping="month" />
Thanks
Lee