I have the below field that will display a project end date if there is one, and if there isn't one it displays the Request End date. I would like to make the background of this field red if it is past the current day to signify it needs to be updated. I tried adding the code below but it was not successful. Also, if there are any good tips or articles on syntax for custom coding, I would love to read them! Current Code: displayname=End Date linkedname=direct namekey=plannedCompletionDate querysort=plannedCompletionDate textmode=true valueexpression=IF(ISBLANK({resolveProjectID}),{plannedCompletionDate},{resolveProject}.{plannedCompletionDate}) valueformat=atDate Tried: displayname=End Date linkedname=direct namekey=plannedCompletionDate querysort=plannedCompletionDate styledef.case.0.comparison.icon=false styledef.case.0.comparison.leftmethod=DE:plannedCompletionDate styledef.case.0.comparison.lefttext=DE:plannedCompletionDate styledef.case.0.comparison.operator=lt styledef.case.0.comparison.operatortype=date styledef.case.0.comparison.righttext=$$TODAY styledef.case.0.comparison.trueproperty.0.name=bgcolor styledef.case.0.comparison.trueproperty.0.value=eac6c9 styledef.case.0.comparison.truetext= textmode=true valueexpression=IF(ISBLANK({resolveProjectID}),{plannedCompletionDate},{resolveProject}.{plannedCompletionDate}) valueformat=atDate Donald Lay Charles Schwab