Forum Discussion
MCFNeil
9 years agoQrew Captain
In the "Customize This Report" settings you can add colorization to the row if the criteria is met.
Your formula would look something like this:
You can replace "red" with some color hex if you want to be more precise with the colors
"#565656", etc
Your formula would look something like this:
If([Construction Start Date]<[Anticipated Delivery Date], "red",
If([Construction Start Date]=[Anticipated Delivery Date], "yellow", ""))
You can replace "red" with some color hex if you want to be more precise with the colors
"#565656", etc