Free Trial

Alteryx Designer Desktop Discussions

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

Union Tool Missing Records

knnwndlm
8 - Asteroid

Hi SME,

 

I'm so confused about why I couldn't get all the records in my Union tool in the workflow below. The first Text tool is the data input. The second Text tool is where I expect to see all the output for my data schema. I used the Append Fields tool to initiate my data to zero. Then I used the Join tool to connect to the original data and my Append Fields output to get the full dataset. But I couldn't get the full dataset.

 

I have 3 work orders with 49 records each meaning that I expect to see 147 records in the total from the Union tool. Instead, I got 91. Could you please help me figure out why this is the case?  

 

Also, I'm unable to use the Append Fields tool if I were to get rid of all the work orders except one. It kept giving me an error, not sure why.

 

Thanks,

kwl

 

 

1 REPLY 1
Qiu
21 - Polaris
21 - Polaris

@knnwndlm 
I think there is a problem with your setting about the Join tool.

Using only the Name will cause many to many Joining, instead we should add Key with the Work Order Number and BK  Account as belwo.
After that  the record number is 147 now.

0101-knnwndlm.png

Labels
Top Solution Authors