Alteryx Designer Desktop Discussions

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

Combine two table with a matching table

Infrecon
6 - Meteoroid

Hello all

I have a question. I have two tables with different information. One table denotes material consumption, the other table denotes material orders.

The problem is that these are pulled from different systems and have no match. But I have a matching table which could connect them accordingly.

Table 1

DateLocationName_1Table_ID1Amount_1
01.02.2022A PB 1Name 1KZ03122
01.02.2022A PB 1Name 2KZ01314
01.02.2022A PB 1Name 3KZ01322
...............

 

Table 2

DateLocationName_2Table_ID2Amount_2
01.02.2022A PB 1 Name 1_XGL51164222
01.02.2022A PB 1 Name 2_XGL0651358442
01.02.2022A PB 1 Name 2_XGL4315121
...............

Matching Table

Table_ID1Table_ID2Name_1Name_2Product_Name
KZ0312GL06513584Name 1Name 2_XProduct 1
KZ0131GL511642Name 2Name 1_XProduct 2
KZ0132GL43151Name 3Name 3_XProduct 3
............ 

 

It is important to know that there are items in table 1 which are consumed but which have not been ordered (stock), so they do not appear in table 2.

The matching table has all the items listed.

The aim should be to get the following table:

 

Desired result

 

LocationProduct NameAmount_1 (used)Amount_2 ordered
A PB 1Product 1242
A PB 1 Product 2422
A PB 1Product 3221
............
2 REPLIES 2
binuacs
20 - Arcturus

@Infrecon 

binuacs_0-1646309723358.png

 

saveeshkumar
9 - Comet

Hi @Infrecon ,

 

Please find the workflow.

saveeshkumar_0-1646310150465.png

 

Thanks.

 

Labels