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