Color based on Calculated Result
-
(function(){ if(fieldname8*fieldname9*fieldname10*fieldname11==0) { return "Red"; } else if(fieldname8*fieldname9*fieldname10*fieldname11<9) { return "Yellow"; } else { return "Green"; } })()
I want the font color, Red to be color=red, Yellow to be color=yellow, etc
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Color based on Calculated Result’ is closed to new replies.