Expand my Community achievements bar.

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.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Calculated fields - Dates

Avatar

Level 2

Please could somebody assist me with the correct expression for a calculated custom field. I'd like to create a new field that show a date to be -20 days before an existing field. Existing field being...

{DE:Deployment Date}
Any advice welcome 🙂

 

 

1 Accepted Solution

Avatar

Correct answer by
Level 2

Try this in the calculated field.

 

ADDDAYS({DE:Deployment Date},-20)

 

Hope it works!

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

Try this in the calculated field.

 

ADDDAYS({DE:Deployment Date},-20)

 

Hope it works!

Avatar

Level 2

That worked, thank you! Much appreciated 🙂