Greetings Experts,
I am having some serious difficulty here.
The code below gives me the count of employees.
=COUNTDISTINCT(Fields!empID.Value)
That's really not what I want.
I would like to show a list of distinct records.
Or even a list of duplicate records whichever is easier.
So, rather than show count in numbers, I would like to see the employees listed.
Is this possible?
Thanks a lot in advance