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;">
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Thank you so much! This helped!!
Views
Replies
Total Likes
Views
Likes
Replies