Less than function when comparing two dates - Planned Completion date and a custom date does not work
Hi-
I'm trying to compare two dates in a Workfront report via conditional formatting. Whenever the target launch date is less than the Planned Completion Date, the background for the Target Launch date item should be in red. When the report loads, the background for the dates that are less than AND equal to are in red. I suspect the issue is that my Target Launch date is a custom field with a value format of DateAsString whereas Planned Completion Date contains both a date and time element. Below is what I have so far, any idea how to prevent background for the identical dates from being in red?
linkedname=direct
namekey=Target Launch Date
querysort=DE:Target Launch Date
styledef.case.0.comparison.icon=false
styledef.case.0.comparison.leftmethod=DE:Target Launch Date
styledef.case.0.comparison.lefttext=DE:Target Launch Date
styledef.case.0.comparison.operator=lt
styledef.case.0.comparison.operatortype=date
styledef.case.0.comparison.rightmethod=plannedCompletionDate
styledef.case.0.comparison.righttext=FIELD:plannedCompletionDate
styledef.case.0.comparison.trueproperty.0.name=bgcolor
styledef.case.0.comparison.trueproperty.0.value=eac6c9
styledef.case.0.comparison.truetext=
textmode=false
valuefield=Target Launch Date
valueformat=customDateAsString