Is there a way to display data tables in a canvas in such a way that each data table takes multiple pages if needed instead of having it displayed in a scrollbar view?
I am asking this because my client needs printed canvases that combine graphics and long lists (data tables) that should be visible entirely when printed. The only way I have found by the moment is to set up one data table view in each page and set the lines displayed manually in each page but this is too slow if we have to print several canvases with different data filters etc...
Unfortunately I don't think this is possible in a flexible dynamic way.
The only thing I can think of is, if you know how many pages you want, you can manually create them and using filterrows expression function filter each table by some condition making them simulate paginated data.
You can also open a feature request using this link.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.