BIRT report - group rows

Hello,

I need to make a BIRT (.rptdesign) template for Invoices where I must separate Products and Services in a table to a separate groups.

For example table could look something like this:
invoice-table

Table has a group element that could work as a solution, but I have no experience with group.

  1. Is it a correct approach to use table group element for this? If not is there any other alternatives?
  2. Would I have to modify the data set/SQL used to retrieve invoice list of items?

Thank you in advance!

Hello,

Yes, This requirement can be achieved by using a table group.
If the column is not present in the dataset Query, you may need to modify your SQL query to include that column.

Here is a guide to grouping tables

Regards,

1 « J'aime »