Question
List task count for each project in a project report. I can't think of a good way to do this.
I could make a task report and group it by project and see the aggregated task count in the group headers but it would be a gigantically huge long report that would take a while to load.
Has anyone done anything like this with a project report?
Would counting a collection work?
Maybe do a nested(tasks).lists and then do a count?
