I am trying to write a report that in ssrs that looks like this:
Manager Name | [ Employees for Manager ] | Total Hours Spent
[ All projects team worked on ] | [ Hours Employee Spent ] | [ Sum of Teams Hours ]
Total | [ Total Employee Hours ] | [ Total Team Hours ]
I have the query rolled up to show a row for every manager, employee and project and I have the correct groupings listed. But my problem is getting only the employees that belong to the current manager group to be shown and not show all employees.
So the result set looks like this:
Manager Name, Employee Name, Proj Name, Project Time
I have a manager row grouping and an employee column grouping but I can't figure out how to only show the employees that match the manager in the current group. I think I must be missing something but I can't figure it out.