Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: Sum function where field =

    David, I am using 2008

  • RE: Sum function where field =

    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.

  • RE: Sum function where field =

    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...

  • RE: Sum function where field =

    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")

Viewing 4 posts - 1 through 5 (of 5 total)