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) |
User Status |
Indicates the user's status within Degreed. Values include:
|
Y |
STRING | |
Manager ID |
The unique ID of the user's manager. |
Y |
STRING | |
Manager Name |
The full name of the user's manager. |
Y |
STRING | |
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) |
Verified Learning Minutes | The actual learning time, as verified by the content provider, the user spent in the content. | Y | NUMBER | |
Estimated Learning Minutes | The estimated number of minutes needed to complete the content. | Y | NUMBER | |
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 |