I have a dashboard which has several filters. We need to produce a pdf report to the leadership by having a separate page for each filter value. Since there are a lot of filters, it results in 50+ combinations meaning we will need to generate 50+ pages.
Is there anyway to automate this process of changing filter and exporting the page to a pdf?
there is Snapshot Export API released a few months ago, which can automate to generate PDF report. if 50+ filters are linked to parameters, you can specify the parameter values when using the API. the following video and blog explains further details.