normally iReports creates group like this:
Group 1 Header
Group 2 Header
Detail
Group 2 Footer
Group 1 Footer
But I need the goups to be created this way:
Group 1 Header
Detail
Group 1 Footer
Group 2 Header
Detail
Group 2 Footer
How can I get this to work the way that I need?
Thanks!!
The only way to get this working is having a subreport with which holds group 2.
Main report:
group1, add group header and footer bandSub report:
group2, add group header and footer band