Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I would like to export data from a cloud visualization (straight tabel) to a CSV file. Using qlik-sdk (https://qlik.dev/toolkits/platform-sdk/) I was able to sign in, connect to the app and find the table. However, the method "export_data" is not supported for the cloud version. The error says "access denied".
Could you please advise how to export data from the straight table to CSV using qlik-sdk in Python?
Best Regards.
@JacobTC - unfortunately, the Python SDK has not seen an update in over a year. The "export_data" method is not supported in Cloud, as the Engine is no longer performing that task.
Please see https://qlik.dev/embed/reports/qlik-api-export-data/ for a short explainer in JS