Use the Completions (Summary by User) Report to view summary data about a users total completions across all content types, including the latest completion date, the number of items completed, and the total completion points earned.
Permissions may be required to access some pages in Degreed or perform specific tasks. For more information, see Permissions in Degreed.
Required Permission: Manage In-App Reporting
This report includes a required date range column filter with a default date selected. We recommend modifying the dates to extend the date range to include additional data. See Filter an In-app Report for more information.
For organizations with Academies, Academies completions are included in this report.
Direct Data Connector table name: Content_Summary_CompletionsSummaryByUser
Column Name | Column Description | Enabled by Default | Direct Data Connector Field Name | Data Type |
Latest Completion Date |
The latest date a user completed any content item, within the report's date range. This is the date range column located on the Filter dialog. The column is not included in the report results. |
Required | COMPLETIONCOMPLETEDDATE | DATE |
Employee ID | The unique user identifier for your Degreed site. This may be an email address or a different piece of employee information, such as an SSO username. | Y | EMPLOYEEID | VARCHAR(16777216) |
User Name | The user's full name. | Y | USERNAME | VARCHAR(16777216) |
User First Name | The user's first name. | Y | USERFIRSTNAME | VARCHAR(16777216) |
User Last Name | The user's last name. | Y | USERLASTNAME | VARCHAR(16777216) |
User Email | The user’s work email address. | Y | USEREMAIL | VARCHAR(16777216) |
Content Completed | The total number of content items the user completed during the report's time period. | Y | Add count(distinct ContentId) to your query to extract the total number of content items completed. | |
Completion Points | The total number of points the user earned during the report's time period. | Y | COMPLETIONPOINTS | NUMBER(15,2) |
Duration in Minutes | The total number of minutes to complete all content for the dates selected | Y | DURATIONINMINUTES | NUMBER(38,0) |
Custom Attributes 1-50 | If your organization uses custom attributes, the top 50 fields are displayed in individual columns at the end of the report and listed in order from oldest to newest. | N |