'BIRT report - Create different footers for different pages in a group list

I am currently working on BIRT v4.8. I have created a list and inside the list, I have applied grouping and a page break for that particular grouping.

enter image description here

I want to display the report in the following format.

Suppose, if there are 3 pages in the group, for the first two pages, there is one footer and for the last page, there is a separate footer.

The following two images shows the first 2 pages of the grouping which has one footer

enter image description here enter image description here

The image below refers to the last page of the grouping which has a separate footer.

enter image description here

Can anyone help me in resolving this issue?



Solution 1:[1]

You can duplicate the data into a new table, this will allow you to have a second footer which is different. You would need to bind the data from the second table to your parameter for this to work correctly. Example

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1