I have calculated the average value for a column using dbr.avg. How do I test if the the individual row entries in that column are greater than the average and change cell background by applying a CSS class if true. Was thinking I could use dbr.calc but could not see how that would work.
i.e
item cost
box 4
sock 6
toy 10
Average 6.6
Want to highlight cell with 10 as it is greater than average but leave 4 and 6 alone.
Thanks
Ken