Grouping in Ireport

4

I'm developing an application in Java where I extract reports in PDF and EXCEL, using Jasper with Ireport (3.7.2) . One of these reports requires data grouped by a certain element. I gave a researched and only found resolutions with versions of old ireport that no longer are used. Can anyone tell me some way to extract the reports with their proper groupings?

Below the print of my query screen, where I should extract the data with that grouping presented. My question is if it is possible to do this in ireport and how? or an idea of how to do it.

    
asked by anonymous 07.04.2014 / 20:32

1 answer

1

you can solve this in jrxml

  • open jrxml through irepot
  • right-click the report name in the left corner of the screen
  • click on the option to create "report group"
  • a screen will open asking for the name of the group and by what it will be grouped

I hope this helps you!

    
18.05.2014 / 02:50