Hi, I created a form using inputs linked to a database with a Submit button. I also added the Download PDF button to my view based on the Sakila_Rental export example. Only problem I have is that when I click the download to PDF button a PDF is created but there is no data for my ColumnChart, PieChart and Table. How do I ensure that the params or variables are available from my form.view to be able to be used in my formPDF.view? The formPDF view is just the Charts and Table but without all of the input buttons drop downs etc.
Regards S