Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!
SOLVED

Lead time field of a project in Text Mode

Avatar

Level 6

Hi All,

 

I am looking for a way to build a text mode field called 'Lead time(days)' to have the difference between today and the Planned start date.

 

Can someone help me on this? Thanks in Advance.

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 6

I was able to build it myself. Below is the text mode:

 

displayname=Lead time(Days)
textmode=true
valueexpression=WEEKDAYDIFF(($$TODAY), {plannedStartDate})
valueformat=HTML

View solution in original post

1 Reply

Avatar

Correct answer by
Level 6

I was able to build it myself. Below is the text mode:

 

displayname=Lead time(Days)
textmode=true
valueexpression=WEEKDAYDIFF(($$TODAY), {plannedStartDate})
valueformat=HTML