Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
解決済み

Date time difference

boroalicja2
アステロイド

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

4件の返信4
ArtApa
Alteryx
Alteryx

Hi @boroalicja2 - Here is a solution:

ArtApa_0-1677708591988.png

 

binuacs
ポラリス

@boroalicja2 Use the DateTimeAdd function to calculate the deadline date

 

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

 

 

 

binuacs_0-1677708706070.png

 

boroalicja2
アステロイド

Thanks

Adenikeadeyemi
アトム

Hi,

 

I am trying to subtract set of dates from today's date to know how many days since an item have been update. 

 

Any help will be appreciated.

ラベル
トップのソリューション投稿者