I'm working on a report for attendance and building a report for administration that shows students at Risk based on percentage.Want to change the percentage color based on the value for quicker viewing of issues. This is what I have so far but keep getting errors.
=IIf(Fields!absenteeismPercentage.Value <5, "Green"), IIf(Fields!absenteeismPercentage.Value > 5 and (Fields!absenteeismPercentage.Value < 9,"Yellow"), IIf(Fields!absenteeismPercentage.Value > 10,"Red","Black"))