Grouping in the Ireport

Asked

Viewed 1,994 times

4

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

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

  • William, that answer SOE answers generically how to group in iReport 3.x and 5.x. If you need more help by you supplement your question with information pertaining to the problem you are facing.

  • William, if you can clarify your difficulty or even post an image illustrating your problem will allow us to help you better.

  • I inserted the table print containing the data to be exported.

  • 1

    Guilherme, although iReport has evolved a lot from version 1 to the current version (5.x), the concept has not changed anything. Groups remain groups. Just changed the location of options, menus, toolbars.

1 answer

1

you can resolve this la in jrxml

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

I hope it helps you!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.