SOLVED
Date time difference
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
boroalicja2
8 - Asteroid
‎03-01-2023
01:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
Labels:
- Labels:
- Date Time
3 REPLIES 3
Alteryx
‎03-01-2023
02:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
binuacs
21 - Polaris
‎03-01-2023
02:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@boroalicja2 Use the DateTimeAdd function to calculate the deadline date
DateTimeAdd([Meeting Date],[Deadline (From Meeting Date)],'days')
‎03-01-2023
02:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks
