Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: UseSessionCookies?

    This is an issue I caused myself by using a stored procedure to insert rows into a temp table.

    Since there is no way to control in what order report elements,...

  • RE: Fill Backgrpund color in SSRS

    I have one that displays green if an SLA is 80% or above, Red otherwise in text box fill property

    =IIf((Sum(Fields!ID.Value, "TotalCount")-Sum(Fields!Over.Value, "OverKPICount"))/(Sum(Fields!ID.Value, "TotalCount")) > Parameters!SLA.Value/100,"GreenYellow","Red")

Viewing 2 posts - 1 through 2 (of 2 total)