Hello,
I am needing to save (as PDF) varying lengths of a dashboard based on a reference # selected. For example, one reference number might display 2 pages (8.5x11 paper), another could display 30. The “page #” is also a filter I can use – so when the dashboard is first opened, it’ll default to page #1, but they could view pages 2-n if desired. When they save this as a PDF, I essentially need to it show save all the pages at once, without the filters showing.
Essentially, I want the dashboard to look like this:
But when “Save All Pages” is pressed, I want the script to save only the page content of page 1, page 2, page 3, (pages 1-n) as a single file. Is that possible?