Start Free Trial

Alteryx Designer Desktop Discussions

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

Join datasets but indicate Null for no matches

omar_velor
7 - Meteor

Hi all,

 

I am trying the join two datasets, but in case of no matches I need empty "Null" cells in the output. Let me explain with a simple case:

 

Below I show two simple tables I would like to join,

 

IDAnswer
1y
2y
5y

 

ID
1
2
3
4
5

 

and I would like to get the following as output,

 

IDAnswer
1y
2y
5y
3[Null]
4[Null]

 

The order of the rows is not relevant.

Can you give me a hand with the corresponding tool/workflow to use?

 

Cheers

1 REPLY 1
binu_acs
21 - Polaris

@omar_velor Join with the ID field then Union the J-anchor and R anchor of the join output

 

Labels
Top Solution Authors