Employees with Low Conversations

Ad Hoc Reporting Guide

Version
R2025.2.1
ft:lastEdition
2025-12-01
Employees with Low Conversations

The Employees with Low Conversations report uses the Performance Conversations topic to display a list of employees who have fewer than a specified number of conversations. It includes information such as the number of conversations that the employee has made and the date of the most recent one. You can use this report to see which employees are using conversations and how frequently they’re using them.

Fields

Fields included in the report template
Field Name Group by Sort Order Totals
Employee   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:

Report filters.