Overview
The following steps help create a report using the Person report source in SS&E. Once generated, the results are exported to MS Excel or Google Sheets for data analysis.
If duplicates are found, these should be resolved so that SS&E is able to properly identify the user trying to log in.
- Check if there are duplicate person records or different users with the same first name/last name.
- If there are multiple users with the same full name, as long as they have different email addresses and different usernames it is not an issue.
- If duplicates person records exist, it can be fixed in Person Administration, further explained here.
- More information about troubleshooting login issues can be found here.
How to find duplicate person records on a report
- Create a new report using the Person report source.
- From the Reports page, select +New Report, then select the "Person" report source to create a new report searching on all People in the SS&E database.
- Enter a report name (such as "Find Duplicate Person Records").
- Remove all the pre-populated columns and add the following columns:
- ID [Person]
- First Name [Person]
- Last Name [Person]
- Username [Person]
- Save the report.
- Run the report.
- Export the report to Excel.
- Open/Upload the report in Excel or Google Sheets.
- To find duplicate records in Google Sheets:
- Select the entire data range by highlighting the data displayed in all four columns, excluding the header row.
- Sort the data by last name.
- Data - Sort range - Advanced range sorting options -Sort by Column C ("last name" data), select "Sort".
- From the menu bar, select Format - Conditional Formatting.
- From the menu that pops up on the right side, select "Add another rule".
- The "Apply to range" will be prepopulated with the data range selected in step 1.
- Under "Format Rules - Format cells if...", scroll down to select "Custom formula is" from the dropdown.
- In the Value field, copy the following formula to highlight all records that have a different Person Id with a matching "first name, last name" =COUNTIFS($B2:$B,$B2,$C2:$C,$C2)1.
- To search for Person records with a duplicate username, copy the following formula: =COUNTIFS($D2:$D,$D2)1.
- Under "Formatting style", select the paint bucket and select the color to use on duplicates.
- Select Done to view the results.