Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community,
In Qlik Sense on windows, I used an Export option using exportData() method. now in the Qlik SaaS version exportData() method wont work. But is there any alternate way to export the data form my Qlik table. Please share the correct way to export data in Qlik SaaS.
Thanks.
I'm guessing the "exportData()" method you refer to is calling the engine method "GenericObject.ExportData". This method is not available in QCS as the whole exporting and printing flow is handled differently there compared to the on-prem version. Here is another thread on the topic:
Hello @Manoj_Prabu, in Qlik Sense SaaS you can use the following option to download your data: https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Download/downloading-vis...
Hi @Patricia_Silva,
Thanks for the Response. For the default Qlik charts, the method you mentioned is working. But I'm trying to use it in my custom Qlik table, where previously I used exportData() method which is working in Qlik Sense Enterprise. but in Qlik SaaS it showing Access denied. is there any work around to achieve this operation?
I hope you understand what I'm trying to say.
Thanks.
I'm guessing the "exportData()" method you refer to is calling the engine method "GenericObject.ExportData". This method is not available in QCS as the whole exporting and printing flow is handled differently there compared to the on-prem version. Here is another thread on the topic: