Forum Discussion
rwl01
Sep 29, 2021Copper Contributor
Summarize by Rollup Task and Resource Group
Is there a way to write a report that groups resource groups under top level task and rolls up the summary values? Specifically: List all level two tasks Under each level 2 task, list the resou...
John-project
Oct 03, 2021Silver Contributor
You mean something like this? (grouped on Resource Usage view)
To do it create a custom field
Text1="L2 - " & [Name]
Then group by Text1 (task) and then by Resource Group (assignment) and select the option to "group assignments, not tasks"
John