Alteryx Designer Desktop Discussions

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

Merging 3 or more Outputs into 1

k3pineapple
8 - Asteroid

Hi Expects

 

Seeking your help to merge the outputs. Trying to use transpose + crosstap, seems not went well

 

Unique Identified: UID

Rule: if UID the same between/among outputs, amend extra field.


Thank you very much

 

Sample:

1.

UIDCIDClientEnabled DateActivity DateSales
123456111ABC Inc10/3/20221/3/2023Amy
233333213233 Ltd11/2/20232/6/2023Bob

 

2.

UIDCIDClientCityRegion
123456111ABC IncNYKAmerica
123457111ABC IncLDNEurope
222222222Super ltdLDNEurope
233333213233 LtdSHHASIA

3.

UIDCIDClientStatusChannelRequested Date
123456111ABC IncEnabledEmail9/30/2022
333333333TTT LtdPendingMain5/1/2023

 

sample output (no matter about order)

UIDCIDClientEnabled DateActivity DateSalesCityRegionStatusChannelRequested Date
123456111ABC Inc10/3/20221/3/2023AmyNYKAmericaEnabledEmail9/30/2022
123457111ABC Inc   LDNEurope   
233333213233 Ltd11/2/20232/6/2023BobSHHASIA   
222222222Super ltd   LDNEurope   
333333333TTT Ltd     PendingMain5/1/2023

 

 

2 REPLIES 2
dbmurray
8 - Asteroid

I'm a bit confused - did you mean amend or append?

 

The main issue from what I can see is in your data - different tables have different combinations of UIDs. Eg. Table 2 has 222222 which doesn't exist in Table 1.

 

Can you provide us with the expected output?

 

 

Felipe_Ribeir0
16 - Nebula

Hi @k3pineapple 

 

One way of doing this:

join.png

Labels