project "Test" "1.0" 2010-11-10 +2m { timezone "America/Denver" } resource org "Org" { resource team1 "Team1" { resource r1 "R1" resource r2 "R2" resource r3 "R3" } resource r4 "R4" } resource r5 "R5" task "T" resourcereport "RollupResource" { formats html columns name, id # Don't list the Team1 resources. rollupresource plan.id = 'team1' }