trying to do conditional color font on group footer and report footer. These are average fields. I was able to get the fields in the details to conditional color code the way I would like but have not been able to figure out how to do that in the footers.
This is how I'm doing the formatting in the details section:
if {a}>= '3.5' then crGreen
else
if {a}> '2.5' and {a}< '3.5' then crblue
else crred
This is how I'm doing the formatting in the details section:
if {a}>= '3.5' then crGreen
else
if {a}> '2.5' and {a}< '3.5' then crblue
else crred