We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Date Range

ANARK
7 - Meteor

Hi Team - I have data with Orders and its booked date, need to refer a sheet for the date range and return cutoff number. The start and end date keeps changing and will be maintained in an excel. So dont want to use the date directly in the workflow, instead it has to be taken from the updated excel. Any logic that will work?

 

Table1:

Order.NosOrd Dt
11/2/2024
21/28/2024

 

Excel input:

Start DateEnd DateCutoff
1/1/20241/10/20241
1/11/20241/20/20242
1/21/20241/30/20243

 

Combined Data:

Order.NosOrd DtCutoff
11/2/20241
21/28/20243
2 REPLIES 2
alexnajm
18 - Pollux
18 - Pollux

Here's an article that shows you how to do it: How to Join on a Date Range

alexnajm
18 - Pollux
18 - Pollux
Labels
Top Solution Authors