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...