Dear all,
I am a new Alteryx user and am currently practicing on a client dataset (50k entries). Data is under following format :
Company | Common ID | Client code |
A | 1 | 001 |
A | 2 | 002 |
B | 2 | AAA |
B | 2 | AAB |
A | 3 | 003 |
B | 3 | AAC |
B | 4 | AAD |
As you can see, each company has its own client code format. My goal is to automatically match for the same common ID the company A client code and company B client code, with following rules :
Therefore, the expected output is the following :
Client code | Company A client code | Company B client code |
001 | 001 | None |
002 | 002 | Several |
AAA | 002 | AAA |
AAB | 002 | AAB |
003 | 003 | AAC |
AAC | 003 | AAC |
AAD | None | AAD |
What would be the alteryx workflow to use in this case ?
Thank you very much in advance for your help,
Best regards
Solved! Go to Solution.
Thank you very much Brandon, it works well !
I really enjoy the possibility of having all matches listed and separated by a ",", just before your last formula tool. However, I'd like to remove duplicates (ex: for 1 company A client code, I may have "AAA, AAA, AAA, AAA, ABC" and I'd like only to have "AAA, ABC").
How would you proceed ?
Thanks again
Thank you very much, it is perfect !
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |