How to open a dasboard url in browser in a automated cache batch job
Hi Community,
I have below scenario
We have IRIS BI Reports in my application. Now these reports currently being acessed by users through dashboard url's.
I want to create a automated utility (background cache system task) which run these bi reports and export them to a specific path.
I am looking for a system method through which we can open these dashboard url's through code and export the excel report to a speciific path.
Thanks in advance.
Product version: IRIS 2022.1
Hi Virat
See methods %ExportExcelToFile, %ExportPDFToFile in the class %DeepSee.Utils. Perhaps they help