I have a tablix that looks like this (grouped on Dept) to show the number of service calls for each department:Dept Requester Name-------- --------------------Desktop Jones Porter HarrisonNetwork Howard JacksonDesktop and Network are the only two departments. The report user has a parameter on department to select "All", "Desktop", or "Network"Also, the user has two parameters to select a "From" and "To" date.Of course, if the user only selects one department (Desktop or Network), the report comes back with just those values, which is fine.But, my problem is when the users selects All departments. Right now, if one of the two groups is empty, it simply does not show in the tablix at all. What I am trying to figure out is: if one of them is empty, is there a way I can display "No records" for that group?
↧