Expand my Community achievements bar.

Got questions about Workfront Governance? Join our upcoming Ask Me Anything session on February 12th!
SOLVED

Lead time field of a project in Text Mode

Avatar

Level 4

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 4

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 4

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

 

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