Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Date time difference

boroalicja2
8 - Asteroid

Hi,

 

I am trying to substract the date. I have Meeting Date and to calculate Deadline I need to substract exact amount of days base on Market. I tried DateTimeDiff and DateTimeAdd but it didn't worked. 

 

Thanks for any help,

Alicja

3 REPLIES 3
ArtApa
Alteryx
Alteryx

Hi @boroalicja2 - Here is a solution:

ArtApa_0-1677708591988.png

 

binuacs
21 - Polaris

@boroalicja2 Use the DateTimeAdd function to calculate the deadline date

 

DateTimeAdd([Meeting Date],[Deadline (From Meeting Date)],'days')

 

 

 

binuacs_0-1677708706070.png

 

boroalicja2
8 - Asteroid

Thanks

Labels
Top Solution Authors