Alert: There is a planned Community maintenance outage October 16th from approximately 10 - 11 PM PST. During this time the Alteryx Community will be inaccessible. Thank you for your understanding!

Alteryx Designer Desktop Discussions

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

Conditional join on Dates

KanchanN
5 - Atom

Hi,

I have a requirement where i need to join 2 different tables with a set of fields using inner join including a date field.

Date logic should work as below:

 

TableA                                    TableB

Date        Amount A                Date  AmountB

01-Oct    787875                    01-Oct  98888

08-Oct    9898989                  08-Oct 34344

15-Oct    989844                    15-oct 99999

28-Oct     343544                   22-Oct 54555

 

Rows highlighted in green are joined with inner and they are fine.

4th row highlighted in red will have condition join where if TableA doesn't have match for 28th Oct  then it should look back in previous week and whichever date is available then pick it hence it should pick 22 Oct.

 

can someone please advise me how can I achieve this using alteryx join tools?

Thanks a lot in Advance.

 

 

6 REPLIES 6
MarqueeCrew
20 - Arcturus
20 - Arcturus

There is a macro in the gallery that will generate all dates between periods.  https://gallery.alteryx.com/#!app/Generate-Date-Rows/5e31f42a826fd30ffcbf2c14

you can use this macro to fill in dates that will be used in a join. 

cheers,

 

 mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Qiu
21 - Polaris
21 - Polaris

@KanchanN 
Hope this is what you need.

1116-sheenu.PNG

KanchanN
5 - Atom

Thanks@Kiu

 

This seems to be the correct flow to get the results.

I do have other fields which will need inner join , can I simply add them along with Date field in same workflow?

or that needs to be handled separately?

 

thanks

 

Qiu
21 - Polaris
21 - Polaris

@KanchanN 

You can try to add the data by Tex Input tool or you could, update the data here.

Lets take a look.

PS: you metiond me wrongly.😁

KanchanN
5 - Atom

Apologies@Qiu for typo.

thanks a lot for your suggestion , it worked thanks 😄

 

 

Qiu
21 - Polaris
21 - Polaris

@KanchanN 
Glad it works.

Thank you also for the feedback.

Labels