The Employee Conversations Summary report uses the Performance Conversations topic top display a list of users who have authored one or more conversations within a selected date range. The report includes information such as the number of conversations and the date of the most recent one.
Fields
| Field Name | Group by | Sort Order | Totals |
|---|---|---|---|
| Employee | Yes | A to Z | |
| Manager | |||
| Job Assignment | |||
| Total Conversations | |||
| Last Conv. Date |
Custom Fields
Total Conversations
The Total Conversations custom field displays the total number of conversations for that employee that have been authored within the specified date range. It uses the following expression:
sum(case when vConversationReport.CreatedDate is not null then 1 else 0 end)
Last Conv. Date
The Last Conv. Date custom field displays the date that the most recent conversation was authored for that employee. It uses the following expression:
Max(cast((vConversationReport.CreatedDateTime) as datetime))
Filters
The template includes the following filters: