Hi,
I would like to separate the PR numbers that are duplicates to perform further analysis.
In the example below, I would like to view all the PR numbers 512411 & 512412 together.
| Record number | PR Number | PO Number |
| 1 | 512410 | 112320 |
| 2 | 512411 | 112321 |
| 3 | 512411 | 112321 |
| 4 | 512411 | 112321 |
| 5 | 512412 | 112322 |
| 6 | 512412 | 112322 |
I tried using the unique tool, under the unique tool the duplicate result only gives me record number 3, 4 and 6. It considers record number 2 & 5 as unique.
Thanks and in advance.