Alteryx Designer Desktop Discussions

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

Linking two tables with no unique identifier

Stiofain
6 - Meteoroid

Having difficulty combining two tables in Alteryx.

Table A and Table B are simplified versions of my data & are completely different but need to be joined as shown below:

 

Table A

Customer
A
B
C
D

 

Table B

Product
1
2
3
4

 

 

Output that I'm looking for:

CustomerProduct
A1
A2
A3
A4
B1
B2
B3
B4
C1
C2
C3
C4
D1
D2
D3
D4

 

i.e. I'm looking for each product to be lined up in a row for each customer. 

 

Any ideas of how this could be configured in Alteryx Designer? Maybe an iterative macro?

2 REPLIES 2
fmvizcaino
17 - Castor
17 - Castor

Hi @Stiofain ,

 

Since you want all possible combinations of both datasets, you can use the append fields tool to achieve that result.

fmvizcaino_0-1593474973529.png

 

 

Best,

Fernando Vizcaino

Stiofain
6 - Meteoroid

Cheers for that. New to this &, was making a lot more confusing then needed to be.

 

 

Labels