Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Join Tool Outputting Zero Results

sblank1998
5 - Atom

I am trying to compare an employee user listing and a termination report using employee emails as the unique identifier. When I run a VLOOKUP in excel, it produces 5 results of employee user emails that have been terminated. However, when I run it Alteryx, it produces 0 results. Does anyone know how I can fix this? 

- I removed null columns and rows, replaced nulls with blanks and zeros, and removed all leading or trailing whitespace for both files.

- I selected only the employee emails as the columns I wanted to join. 

5 REPLIES 5
alexnajm
18 - Pollux
18 - Pollux

Without seeing your data, we cannot help any further!

binuacs
21 - Polaris

@sblank1998 as @alexnajm mentioned, it would be easy to find the solution if you provide some data. also, if the join tool returns no records, it means there is no match found. See the below message, can you manually check both files and make sure those email ids are matching 

image.png

 

Qiu
21 - Polaris
21 - Polaris

@sblank1998 
Since you mentioned you can pick up 5 matching records with VLOOKUP function of Excel, so appears to me that maybe because the VLOOKUP is not case sensitive, while Join tool of Alteryx is.
Try to turn on the option of "Modify Case" in Cleansing tool for both data stream.


0604-sblank1998.png

sblank1998
5 - Atom

This worked. Thanks so much!

Qiu
21 - Polaris
21 - Polaris

Glad to be any help.

Labels
Top Solution Authors