Viewing 4 posts - 1 through 5 (of 5 total)
This one gives me an error:
=Sum(IIf(Fields!Wait_Status.Value="Within Target",Fields!Surgical_Case_Count.Value,0))
I think I've tried it before.
May 8, 2014 at 9:31 am
I think it needs to be done through lookup, so it looks where wait_status="within target" and takes a value from "surgical_case_count" (which is another column) and sums it up.
I just...
May 7, 2014 at 3:58 pm
I am building the report using SQL report builder and "where" is not an option I thought. It doesn't work when I use: =Sum(Fields!Surgical_Case_Count.Value) where (Fields!Wait_Status.Value="Within Target")
May 7, 2014 at 3:53 pm
Viewing 4 posts - 1 through 5 (of 5 total)