Hi All,
I have recently moved to Alteryx and it has been an interesting ride so far. Very positive and, at times, frustrating.
I am trying to extract records from a report where I want to find entries classified as same-same-different
For example (same accounting entry document but different project)
Source data
Document Project
| ABC1234 | A1 |
| ABC1234 | A2 |
| ABC1234 | A2 |
| ABC1234 | A3 |
| DEX2456 | A4 |
| DEX2457 | A5 |
| DEX2458 | A6 |
| DEX2458 | A6 |
| DEX2458 | A6 |
| DEX2458 | A9 |
Results
Document Project
| ABC1234 | A1 |
| ABC1234 | A3 |
| DEX2458 | A6 |
| DEX2458 | A9 |
Any ideas or any links to tips would be great
Thank you