Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

I need a comparison field for "planned cost vs actual cost".....these fields are NOT built in, but on a custom task form.\n(because I couldn't figure out how to use built in functionality for this one simple need and have in-line editing available).

Avatar

Level 7

My takeaway from previous LEAP was comparison field for "hours" using this:

displayname=Actual Hours - Plus/Minus - Est

linkedname=direct

namekey=actualWorkRequired

querysort=actualWork

styledef.case.0.comparison.icon=false

styledef.case.0.comparison.leftmethod=minutesAsHoursString(actualWorkRequired)

styledef.case.0.comparison.lefttext=actualWork

styledef.case.0.comparison.operator=gt

styledef.case.0.comparison.operatortype=double

styledef.case.0.comparison.rightmethod=estimate

styledef.case.0.comparison.righttext=FIELD:estimate

styledef.case.0.comparison.trueproperty.0.name=fontstyle

styledef.case.0.comparison.trueproperty.0.value=bold

styledef.case.0.comparison.trueproperty.1.name=textcolor

styledef.case.0.comparison.trueproperty.1.value=d30519

styledef.case.0.comparison.trueproperty.2.name=bgcolor

styledef.case.0.comparison.trueproperty.2.value=eac6c9

styledef.case.0.comparison.trueproperty.3.name=align

styledef.case.0.comparison.trueproperty.3.value=center

styledef.case.0.comparison.truetext=

styledef.case.1.comparison.icon=false

styledef.case.1.comparison.leftmethod=minutesAsHoursString(actualWorkRequired)

styledef.case.1.comparison.lefttext=actualWork

styledef.case.1.comparison.operator=lt

styledef.case.1.comparison.operatortype=double

styledef.case.1.comparison.rightmethod=estimate

styledef.case.1.comparison.righttext=FIELD:estimate

styledef.case.1.comparison.trueproperty.0.name=fontstyle

styledef.case.1.comparison.trueproperty.0.value=bold

styledef.case.1.comparison.trueproperty.1.name=textcolor

styledef.case.1.comparison.trueproperty.1.value=03a219

styledef.case.1.comparison.trueproperty.2.name=bgcolor

styledef.case.1.comparison.trueproperty.2.value=def6e2

styledef.case.1.comparison.trueproperty.3.name=align

styledef.case.1.comparison.trueproperty.3.value=center

styledef.case.1.comparison.truetext=

textmode=true

valuefield=actualWorkRequired

valueformat=compound

viewalias=actualworkrequired

0694X00000DTS5wQAH.pngI NEED text mode for below (and "cost" NOT "hours")....and I guess it's not a 3rd column but incorporated into actual cost column - I am meeting

0694X00000DTS90QAH.png

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 7

Hi Tegwyn,

I've used this previously to show actual vs planned costs.

displayname=Actual vs. Planned

linkedname=direct

namekey=actualAmount

querysort=actualAmount

styledef.case.0.comparison.icon=false

styledef.case.0.comparison.leftmethod=actualAmount

styledef.case.0.comparison.lefttext=actualAmount

styledef.case.0.comparison.operator=gt

styledef.case.0.comparison.operatortype=double

styledef.case.0.comparison.rightmethod=plannedAmount

styledef.case.0.comparison.righttext=100

styledef.case.0.comparison.trueproperty.0.name=bgcolor

styledef.case.0.comparison.trueproperty.0.value=def6e2

styledef.case.0.comparison.truetext=

textmode=true

usewidths=true

valuefield=actualAmount

valueformat=currencyStringCurrency

width=90

Hope this helps,

Teale