I have a table with [id], [manager_id], [employee_id], [employee_score]
I created a report that is grouped by manager. In the manager footer part of the report I have:
=count(*)
This counts the total number of employees for that manager. Now I want to add fields that count the number of employees, for each manager, whose score is less than 70 and those that are between 70 and 90.
Thanks for your help.
I created a report that is grouped by manager. In the manager footer part of the report I have:
=count(*)
This counts the total number of employees for that manager. Now I want to add fields that count the number of employees, for each manager, whose score is less than 70 and those that are between 70 and 90.
Thanks for your help.