Report Query
We have a report where we need to find duplicate records for a single field under Accounts. In Account we have a field call ACC ID and there are many account records where this field is repeated.
We want one single report which will fetch all the records where ACC ID is repeated more than twice.
I was able to get this via two reports. One report will get the count(ACC ID) > 1 and this will be passed as input to another report for the field ACC ID. Basically when I run the primary report, the secondary report (to get the duplicate) will also run and give the results.