Hi Y'all,
I'm working on having a column that shows the % of the actual cost to the planned cost and have anything over 80% highlighted. I have the text below, but it's highlighting all values.
displayname=% of Planned Cost
linkedname=direct
namekey=plannedCost
querysort=plannedCost
styledef.case.0.comparison.icon=false
styledef.case.0.comparison.leftmethod=plannedCost
styledef.case.0.comparison.lefttext=plannedCost
styledef.case.0.comparison.operator=gt
styledef.case.0.comparison.operatortype=double
styledef.case.0.comparison.righttext=80.00
styledef.case.0.comparison.trueproperty.0.name=bgcolor
styledef.case.0.comparison.trueproperty.0.value=eac6c9
styledef.case.0.comparison.truetext=
textmode=true
valueexpression=({plannedCost}-{actualCost})/{plannedCost}*100
valueformat=doubleAsPercentRounded