내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 2

Try this in the calculated field.

 

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

 

Hope it works!

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
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 🙂