Viewing 2 posts - 1 through 2 (of 2 total)
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,...
March 21, 2013 at 8:37 am
#1599409
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")
March 14, 2013 at 6:55 am
#1596968