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

Joins

aparna0208
8 - Asteroid

I am using join to compare two data sets and some columns have null values. The L, R and J output returns records but it also gets joined on Null values and it returns those as matched values. How to ignore the join on null values and only match the ones with values in it?

2 REPLIES 2
mmenth
11 - Bolide

@aparna0208,

 

Easiest thing would be to filter out nulls first, then join. If you want the null fields after the join, you can always union them back in.

 

Best,

mmenth

aparna0208
8 - Asteroid

Cool. It worked. Thank you!

Labels
Top Solution Authors