Static and dynamic tables

Hi,
I have two tables in reports. One is simple table and another one is table. The simple table is for static values and table is for dynamic values. I want the report data to be like static value table should come only in first page and from their end dynamic value table has to come and to continue on next pages . But what I'm getting is both static and dynamic table coming on all pages. is there any way for this.

Thanks

You must put both tables into a table group.

1 Like

Create a dummy query that always produces one row. Move the queries that drive the other tables into nested queries inside the dummy query. Point a table group at the dummy, and make the inner tables of the group look like your current tables.