Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.
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