Date Compare to Current Date returning a defined value to an existing column
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Brand new to Alteryx and first attempt to create a workflow from an excel file. I have a column labeled SLA Date and I want to compare to the current date (will run this daily). I'm assuming it is an If then else function but i do not know the syntax for Current date and how to compare to dates in file as well as how to return values to empty column.
In plain English ... If SLA Date = Current Date then "Due Today" else "Past Due"
Solved! Go to Solution.
- Labels:
- Date Time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Ohstbuckis — Welcome to the Alteryx Community!
Try this solution:
FYI, the default date format is YYYY-MM-DD for Alteryx, so 1st you will have to convert your date in this format (if that's the case with your data)
Please mark this solved if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you so much for the information. It is working!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you for the response. Your solution helped me deal with a date issue!
