Forum Discussion
- MCFNeilQrew CaptainIn the "Customize This Report" settings you can add colorization to the row if the criteria is met.
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