Dear community,
little background
I have a main dashboard for my clients, the dashboard has a date filter, I have a report connected to the dashboard and presenting the data in a way it’s possible to print them in a feasible way.
I’m transferring the date parameter from the main dashboard via the navigate option to the report.
on both, I have a date parameter - the 2 of them connected, only the dashboard is affecting the date on the report.
I didn’t give permission to the users to be able to share the report via the GUI of Dundas, so the clients can print the report via clicking on print image, the click is a script i took from this link - https://www.dundas.com/support/developer/script-library/Export/Create-an-Export-for-a-Report
The Issue
when downloading the pdf, the data items are filtered by the date parameter are showing only the default data that is defined in the report.
for example: on the main dashboard the date is filtered from 01/08/2019 to 31/08/2019 the date are passing to the report and the report are showing the right data and the right date when downloading the report - the data item sowing the default date (LAST 30 DAYS).
The strange thing is when I’m checking and downloading the report to PDF via the Dundas GUI, everything is right and show the correct data.
so I’m thinking there is something not right on the export script.
can someone help me with the script?
Dundas support can you help me create the script like the script behind the GUI?
I saw this document but it’s not helping me - https://www.dundas.com/support/developer/script-library/export/exporting-with-parameters
I will attach the script in another post.
Thanks in advance