Expand my Community achievements bar.

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!