Expandir minha barra de realizações na Comunidade.

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.
SOLUCIONADO

Column Rule for Actual Completion Date is greater than Planned Completion Date

Avatar

Level 2

Hi, I am looking to add a column rule for a report to highlight in red if the actual completion date exceeds the planned completion date. I tried to find other conversations on here but couldn't find an exact solution.

 Screenshot 2023-12-18 at 5.40.31 PM.png

Tópicos

Os tópicos ajudam a categorizar o conteúdo da comunidade e aumentam sua capacidade de descobrir conteúdo relevante.

1 Solução aceita

Avatar

Resposta correta de
Community Advisor

@KayleeRichard  Here is the code you can use to get the desired highlight if actual completion date is greater than the planned completion date.

 

You'll want to navigate to the column you want to highlight, switch to text mode and paste this below the data that populates.

 

styledef.case.0.comparison.icon=false
styledef.case.0.comparison.leftmethod=actualCompletionDate
styledef.case.0.comparison.lefttext=actualCompletionDate
styledef.case.0.comparison.operator=gt
styledef.case.0.comparison.operatortype=date
styledef.case.0.comparison.rightmethod=plannedCompletionDate
styledef.case.0.comparison.righttext=plannedCompletionDate
styledef.case.0.comparison.trueproperty.0.name=bgcolor
styledef.case.0.comparison.trueproperty.0.value=eac6c9
styledef.case.0.comparison.truetext=

 

 

Also, the link Skye posted is great for learning how to do this.




Ver solução na publicação original

2 Respostas

Avatar

Community Advisor

Avatar

Resposta correta de
Community Advisor

@KayleeRichard  Here is the code you can use to get the desired highlight if actual completion date is greater than the planned completion date.

 

You'll want to navigate to the column you want to highlight, switch to text mode and paste this below the data that populates.

 

styledef.case.0.comparison.icon=false
styledef.case.0.comparison.leftmethod=actualCompletionDate
styledef.case.0.comparison.lefttext=actualCompletionDate
styledef.case.0.comparison.operator=gt
styledef.case.0.comparison.operatortype=date
styledef.case.0.comparison.rightmethod=plannedCompletionDate
styledef.case.0.comparison.righttext=plannedCompletionDate
styledef.case.0.comparison.trueproperty.0.name=bgcolor
styledef.case.0.comparison.trueproperty.0.value=eac6c9
styledef.case.0.comparison.truetext=

 

 

Also, the link Skye posted is great for learning how to do this.