Alteryx Designer Desktop Discussions

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

merge two tables

krmplt
6 - Meteoroid

Hello everyone,

 

I have a workflow with the following inputs:

Work Received2019/10/012019/10/032019/10/042019/10/07
Client 13167
Client 216818
Client 33201119

 

Work Done2019/10/012019/10/032019/10/042019/10/07
Client 151459
Client 214111314
Client 329203

 

However I need a table with the following format:

  2019/10/012019/10/032019/10/042019/10/07
Client 1Done14151
Client 1Received3167
Client 2Done1012520
Client 2Received151345
Client 3Done85185
Client 3Received92713

 

Is it possible to achieve this output in Alteryx?

4 REPLIES 4
afv2688
16 - Nebula
16 - Nebula

Hope this helps @krmplt 

 

Untitled2.png

 

Regards

LordNeilLord
15 - Aurora

Hey @krmplt 

 

I think a simple union may be all you need here!

You will need to rename your client name so they are the same in both datasets and you'll probably want to create a new column for "Done" and "Received"

krmplt
6 - Meteoroid

Worked brilliantly, thank you very much!

Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @krmplt,

 

It looks as though you simply need to create the "Received" and "Done" columns through a formula tool and union together.

 

image.png

 

If this solves your issue please mark the answer as correct, if not let me know! I've attached my workbook for you to download if needed.

 

Regards,

Jonathan

Labels