Help with changing text color to "red" if task is past due in text mode
I could use help with changing text color to "red" if the task past due in text mode
I tried the following to no avail 😞
displayname=Completion Status
linkedname=direct
namekey=completionStatus
querysort=completionStatus
valueexpression=IF(ISBLANK({actualCompletionDate}) && {plannedCompletionDate} < $$TODAY, "<span style='color:#d30519'>Overdue</span>", "On Track")
valueformat=HTML
THANK YOU!
Mark