내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
해결됨

Coloring background of task titles: Project Status

Avatar

Level 2

I am attempting make my status turn red when a task status is late. The code continues to be incorrect. Below is my latest attempt.

 

 

enumclass=com.attask.common.constants.ProgressStatusEnum

enumtype=TASK

linkedname=direct

namekey=progressStatus

querysort=progressStatus

type=enum

valuefield=progressStatus

valueformat=val

IF({progressStatus}!= LT)=valueformat=val<div style="background:#ff0000;">

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 6

This is fairly simple to do without code. I suggest reviewing the documentation and even looking at the training courses to get up to speed with reporting. The documentation snipped below outlines a similar scenario in Example 2. 

Documentation:  Use conditional formatting in views | Adobe Workfront

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Level 6

This is fairly simple to do without code. I suggest reviewing the documentation and even looking at the training courses to get up to speed with reporting. The documentation snipped below outlines a similar scenario in Example 2. 

Documentation:  Use conditional formatting in views | Adobe Workfront

Avatar

Level 2

Thank you so much! This helped!!