In a report, is it possible to make a table push down components depending on its length?

I have a table in a report that will vary in size with a separate table under it. I'd like to have the first table push the second table "LOT CHANGES" into a new page instead of skipping over it like it's doing in this example:
report.pdf (89.6 KB)

You need a table group. Specifically, you need peer tables.

2 Likes

This works, thank you!