February 19, 2008 at 9:59 pm
I have a matrix report showing percentages. The percentages are calculated using the following formula:
SUM(IIF(ISNothing(Fields!EmployeeAtPhase.Value),0,Fields!EmployeeAtPhase.Value ))/SUM(Fields!EmployeeInDepartment.Value)
When fully expanded the report works fine as shown below:
It is possible to collapse sections of the report as shown:
The problem occurs where there are empty cells in the matrix. In the example the value 2.27% should have changed to 1.56%.
Does anyone have any suggestions how I could proceed with this other than changing my stored procedure to return a 0 row for each empty cell.
Thank you
Fiona Kerr
February 19, 2008 at 10:53 pm
You pictures didn't show up because you didn't attach them.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2008 at 11:04 pm
Sorry,
How do I attach them?
February 19, 2008 at 11:11 pm
Here are the pictures that are supposed to be in the original post - I hope
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply