Get your own customer support community
 

Is there a way create reports that are "grouped by" a particular field

I currently have a report that shows tasks assigned to users:

{report-table}

{content-reporter:space=TASKS|scope=Java Tasks>children|type=page}
{text-sort:data:Developer}
{date-sort:data:Release}
{natural-sort:data:Status}
{text-sort:content:title}
{text-filter:data:Developer|required=true}
{text-filter:data:Status|exclude=Released}
{content-reporter}

{repeat-filter:data:Developer}
{report-column:title=Developer|width=10em}*{report-info:data:Developer}*{report-column}
{report-column:title=Task|width=5em}{report-info:content:title|link=true}{report-column}
{report-column:title=Application|width=5em}{report-info:data:Application}{report-column}
{report-column:title=Description|width=35em}{report-info:data:Desc}{report-column}
{report-column:title=Status|width=10em}{report-info:data:Status}{report-column}
{report-column:title=Release|width=7em}{report-info:data:Release|format=MMMM yyyy}{report-column}
{report-column:title=Priority|width=5em}{report-info:data:Priority}{report-column}

{report-empty}
No tasks are currently assigned to developers
{report-empty}

{report-table}


Which produces the report below:


Is there a way that I could group this report by the name of the developer as follows:


I couldn't see a group-by macro so I assume I'l have to create nested reports. What's the best way of doing this, and is there a big performance hit associated with nesting reports?

The reporting and scaffolding plugins are great products by the way!

Regards,
Simon
Inappropriate?
1 person has this question

User_default_medium