Alteryx Designer Desktop Discussions

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

Date reconciliation two way

Biko
7 - Meteor

Hi All, 

 

I have holiday dates database between two systems that I want to reconcile. I can join the table using the third column "USA Holiday". 

 

System A

2020-11-11Veteran's DayUSA Holiday
2020-11-26ThanksgivingUSA Holiday
2020-12-25Christmas DayUSA Holiday
2021-01-01New Year's DayUSA Holiday

 

 

System B

2020-11-11Veteran's DayUSA Holiday
2020-11-25ThanksgivingUSA Holiday
2020-12-25Christmas DayUSA Holiday
2021-01-01New Year's DayUSA Holiday

 

 

However how do I make it a two-way reconciliation whereby according to the above inputs, the outputs will be:

2020-11-25 = missing in System A

2020-11-26 = missing in System B

7 REPLIES 7
Emil_Kos
17 - Castor
17 - Castor

Hi @Biko,

 

I have joined the data on the date column to achieve the result:

 

Emil_Kos_0-1604906087498.png

Output:

 

Emil_Kos_1-1604906097380.png

 

 

If this is something helpful please mark as an answer.

Good Luck!

atcodedog05
22 - Nova
22 - Nova

Hi @Biko 

 

Here is a workflow for the task.

Output:

atcodedog05_0-1604906118107.png

 

Workflow:

atcodedog05_1-1604906133307.png

 

Hope this helps 🙂


If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

Emil_Kos
17 - Castor
17 - Castor

Hi @atcodedog05,

 

It looks like we think the same 😛 

atcodedog05
22 - Nova
22 - Nova

@Emil_Kos 

 

Yeah posted almost at the same time🙂 You did 10 secs before me soo close 😅😂

atcodedog05
22 - Nova
22 - Nova

Hi @Biko 

 

If both of our solution works. Please mark both of the posts as solution.

 

And feel free to ask more question if you need more help 🙂

atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂 @Biko 

 

Cheers and Happy Analyzing 😀

Emil_Kos
17 - Castor
17 - Castor

Hi @Biko,


Thank you for marking our posts as a solution.

 

Good luck!

Labels