Report table pages repeating

Hello there!

I am designing a report with the following format:

f

Where the first group is just some text shapes, the second group two pictures, and the third group a table.

I am struggling because the table "Details" needs more space, and then, as expected, the table continues in the following page, but all the above is also repeated.

My aim is to:

First page: first and second groups, starting also with the table.
Following pages: as many as "Details" need (and from the top of the page).

Could anybody help? Maybe some properties of the table or Details/Header?

PS: Table dataset may vary.

Thanks in advance!

That behavior is by design.

The structure you need to use is a Table Group, where the currently repeating part is one "grouped table", and the actual table is the second "grouped table".

You will need nested data queries to achieve this. An outer query that simply returns one, possibly static, row. Make a nested query to attach to the first grouped table, possibly also static, and move the current data for your actual table to a second nested query.

1 Like