Expand my Community achievements bar.

Introducing Adobe LLM Optimizer: Own your brand’s presence in AI-Powered search and discovery
SOLVED

Duplicate user report

Avatar

Level 2

Does anyone know if there is a report that can be created showing any duplicate users in the system.   When we initially implemented Workfront, we used email addresses as their Federated ID's.  When we moved over to the Adobe Console, we had to change the federated IDs to match what we had in AD.  This created duplicate users in the system, and I would like to run a report listing those users.   

 

Any advice would be appreciated.  

 

Thank you.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Have attempted duplicate reporting on many object types over the years and arrived at the conclusion that it isn't possible in WF reports. 

The good news is that it's fast and easy to export a user list to Excel from a user report and then use Excel to identify the duplicate values. A COUNTIF formula in a new column can return "TRUE" on the duplicates, and you can then filter against those rows.

If you like my content, please take a moment to view and vote on my Idea Requests: https://tinyurl.com/4rbpr7hf

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Have attempted duplicate reporting on many object types over the years and arrived at the conclusion that it isn't possible in WF reports. 

The good news is that it's fast and easy to export a user list to Excel from a user report and then use Excel to identify the duplicate values. A COUNTIF formula in a new column can return "TRUE" on the duplicates, and you can then filter against those rows.

If you like my content, please take a moment to view and vote on my Idea Requests: https://tinyurl.com/4rbpr7hf

Avatar

Level 2

Thank you for the response.  I was able to get what I needed and learned something new in the process.