Alteryx Designer Desktop Discussions

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

Workflow suggestion

Bbadef
8 - Asteroid

Hello everyone,

I am using Alteryx to produce two piviot table A and B 

table A

Label

Sum_Original Face

ASSDD750
FGGG500

table B

Label

Sum_Par Amount

ASSDD750
FGGG500

I am using join tool (join by specific field

and then union it (left+ right+ join)( Auto config by namecause it's possible I found ASSDD in table A but not B, I would like to see the empty cell .

What I expect is

LabelSum_Original FaceSum_Par Amount
ASSDD750750
FGGG500500

What I now have is

LabelSum_Original FaceRight_LabelSum_Par Amount
ASSDD750ASSDD750
FGGG500FGGG500

Any help or suggestion with that I will be appreciated it!

Hope you have a good one!

3 REPLIES 3
mceleavey
17 - Castor
17 - Castor

Hi @Bbadef ,

 

This is simply due to two fields being named the same when you join the two inputs. This will always be the case on the fields you are using to join:

 

mceleavey_0-1638465596009.png

 

Simply drop the right_ field, as this is identical to the left input as it is your key field.

 

mceleavey_1-1638465640794.png

 

Hope this helps,

 

M.

 



Bulien

Bbadef
8 - Asteroid

Hi @mceleavey ,

Thank you for your help!

 

mceleavey
17 - Castor
17 - Castor

no problem.gif



Bulien

Labels