How to create Single Score report to show duplicates

Community Alums
Not applicable

Hello,

I would like to create a single score report to show the number of duplicate user accounts.  I see Count and Count distinct, but I'm not sure how to filter on those with Count greater than 1.  I'm sure its something very simple that I'm missing.  Anyone care to help me out?

Thanks!

1 ACCEPTED SOLUTION

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,

Below is the solution:

1) Script include as below:

find_real_file.png

2) Report as below:

find_real_file.png

 

NOTE: In my case in script include and report i used email as common identifier. you can change it as per need.

Thanks,
Ashutosh

 

PLEASE MARK ANSWER AS CORRECT OR HELPFUL DEPENDING ON ITS IMPACT

View solution in original post

3 REPLIES 3

Byron_Payton
Tera Contributor

If you're using the legacy server API you can use the GlideAggregate object and the .addHaving method to limit those with a COUNT > 1.  I don't see that method available for the scoped version of GlideAggregate.

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,

Below is the solution:

1) Script include as below:

find_real_file.png

2) Report as below:

find_real_file.png

 

NOTE: In my case in script include and report i used email as common identifier. you can change it as per need.

Thanks,
Ashutosh

 

PLEASE MARK ANSWER AS CORRECT OR HELPFUL DEPENDING ON ITS IMPACT

Hey, I have replicated all steps and this is not working for me. Please could you assist? 

 

find_real_file.png

find_real_file.png