Field Comparisons | Community
Skip to main content
Level 10
November 28, 2018
Question

Field Comparisons

  • November 28, 2018
  • 1 reply
  • 487 views
Hey folks, I've been trying to get field comparisons to work and so far they don't. What am I doing wrong? :) Here's one where I'm comparing the task planned completion date to the default baseline task planned completion date. If the two are not equal, make the text red. The textmode for the column view below translates into standard mode and the dropdowns are how I want them to be. It's just not coloring the text red. linkedname=direct namekey=plannedCompletionDate querysort=plannedCompletionDate styledef.case.0.comparison.icon=false styledef.case.0.comparison.leftmethod=plannedCompletionDate styledef.case.0.comparison.lefttext=plannedCompletionDate styledef.case.0.comparison.operator=ne styledef.case.0.comparison.operatortype=date styledef.case.0.comparison.righttext=FIELD:defaultBaselineTask:plannedCompletionDate styledef.case.0.comparison.trueproperty.0.name=textcolor styledef.case.0.comparison.trueproperty.0.value=d30519 styledef.case.0.comparison.trueproperty.1.name=bgcolor styledef.case.0.comparison.trueproperty.1.value=ffffff styledef.case.0.comparison.truetext= textmode=false valuefield=plannedCompletionDate valueformat=atDate -skye
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SkyeHaAuthor
Level 10
November 28, 2018
nevermind, forgot the rightmethod line!! styledef.case.0.comparison.rightmethod=defaultBaselineTask:plannedCompletionDate -skye