I am new to Alteryx development. Appreciate every help that I get here.
Below are 2 excel tables. I need to locate the vendor no that is there in Duplicate Data, in the table, Triage Data. Once it is found,
In the below example,
Vendor 51AAT328 is present in Triage Data. Hence, I need to remove these lines from the Duplicate Data
RT7260 | 51AAT328 |
RT7260 | 1JJK0083 |
Similarly,
Vendor RTY116328 is present in Triage Data. Hence, I need to remove these lines from the duplicate data
TY7255 | RTY116328 |
TY7255 | YUOP000083 |
Kindly help
Duplicate Data
Duplicate Group | Vendor No. |
RT7260 | 51AAT328 |
RT7260 | 1JJK0083 |
TY7255 | RTY116328 |
TY7255 | YUOP000083 |
UI7249 | TYU143899 |
UI7249 | UIO143899 |
IO7247 | TTT000281 |
IO7247 | QWE000281 |
Triage Data
Duplicate Group | Vendor No. |
HJK758 | 51AAT328 |
14ER5U | 0001008826 |
14RTY47 | RTY116328 |
ERTY47 | 0001013556 |
15TYH0 | TYU143899 |
14YUJ0 | 0001013556 |
1RFGT5 | TTT000281 |
15RTFG5 | 0001030324 |
May I ask for someone to help?
@Kallis with that logic, everything wil be removed in Triage data.
You are saying, for whatever vendor no. that exists in Duplicate data - the same data in Triage file will also be removed in addition to its row + 1.
Can you confirm that?
I replied to your other thread with a way of doing this:
It would be useful to know what you are still having difficulty with in that thread rather than reposting.
Ive attached the workbook with your new fake input data
Hi @ed_hayter
Yes, I am new to Alteryx development. Infact, this is very first project ever. I wasn't able to understand all the tools that you had mentioned. Perhaps, I wasn't clear with my requirement. Hence, I posted a new thread with close to real-time data. Thanks for your solution though.