Forum Discussion
ChrisChris
7 years agoQrew Assistant Captain
If(
[Days Past Due]>=140,
"<div style='color:red'>Yes</div>","<div style='color:green'>No</div>"
)
the comma separating the two html elements is like "else".
If days past due is equal to or greater than 140, then, Yes in red, else, No in green.