Timeseries Chart shows on every page of the report generated (Reporting)

I am creating a report with a TimeseriesChart and a table:

But when the report has 2 or more pages generated, the timeseries chart is still present in the second page. What I want to happen is the second page should only contain the continuation of the table from the first page and the timeseries chart should be only on the first page. How can I do that?

You need to add an additional/change your table’s header row; make it unstructured, and put your chart directly inside it. Then the header will only be rendered once, and the table itself will grow as needed.

1 Like

Thanks! I followed how to this on the manual: Charts Inside of Tables - Ignition User Manual 8.1 - Ignition Documentation

1 Like