Calculated fields - Dates | Community
Skip to main content
Beth_Cl
New Participant
October 13, 2023
Solved

Calculated fields - Dates

  • October 13, 2023
  • 1 reply
  • 1091 views

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 🙂

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sarah_N

Try this in the calculated field.

 

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

 

Hope it works!

1 reply

Sarah_N
Sarah_NAccepted solution
New Participant
October 13, 2023

Try this in the calculated field.

 

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

 

Hope it works!

Beth_Cl
Beth_ClAuthor
New Participant
October 16, 2023

That worked, thank you! Much appreciated 🙂