Rez
2 months agoQrew Member
How to color code a table based on a forumla field?
I have a report I created where Days Remaining is a formula:
-(ToDays(Today() - ToDate([Due Date])))
I want to color code the table such that
Days Remaining = 5 -> Red
Days Remaining = 5-10 -> Yellow
Days Remaining = 10+ -> Green
Days Remaining = Negative Number -> Purple
But I can't figure out how to use the results of the field formula in a formula in the color code area.
TIA