G
Guest
I have a report that list various files that are being worked.
Example:
FileName ProjectNumber
abc 1
xyz 2
abc 3
def 4
How can I show only the duplicate items (in this case file abc is duplicated)?
Example:
FileName ProjectNumber
abc 1
xyz 2
abc 3
def 4
How can I show only the duplicate items (in this case file abc is duplicated)?