I have a report with multiple tables. Sometimes one of the tables contains more rows than expected, causing it to grow in height and overlap with the table below it.
I was wondering if it's possible to dynamically position a table based on the rendered height of the previous table. Ideally, I'd like to set the current table's Y position to:
Previous Table Height + 5
so that it always starts 5 pixels below the end of the previous table.
I noticed that the Y property can be bound to a parameter, but I couldn't find any way to reference the previous table's rendered height. Is this possible in the Ignition Report Designer, or is there another recommended approach to prevent tables from overlapping?

