Summarize by count including non existing data on report definition
Hi,
I have a requirement that work items should be displayed as grouped by their status. However non existing work objects for a status should also be displayed on report definition. For this, I created a data type which includes all the possible pyStatusWork value, and I joined my base report with status table. However it only displays existing statuses. As a result I would like my report definition to be displayed as following;
New 1
In Progress 1
Resolved-Completed 0
How can I achieve that ?