I have groups with specific filters. Within these groups I have few “Count” expression with conditions. All works great. But when group doesn’t have any elements then it disappears. But I need to show in “Count” cells “0” for this group. How can I do this?
I have groups with specific filters. Within these groups I have few Count expression
Share
Here are two suggestions.
In your query use an ISNULL function.
In SSRS Use an expression for the fields you want to eliminate nulls.
Hope this helps 🙂