Replies: 1
I have a field (fieldname82) that is calculated with this simple condition: IF(fieldname1<fieldname10,0,1)
I would like the box (the outcome for fieldname82) where the result is displayed to change background color to light red if the outcome is 1 and to light green if the outcome is 0. Can I tweak the function to achieve this?