Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a repot hosted on the qliksense server. We are accessing the report via the browser by selecting combination of filters to refine the data. However, we want a way to download the refined data programmatically, i.e. without need of going to the browser. My thought is to send the filter values as a json object and in response I am expecting the report output in csv or excel form, as it is a simple list report.
I tried exploring the engine api but unable to get a proper guidance. Please help by providing some samples to achieve this functionality.
Hi @srijib you should probably look at using the "Single Integration API" this will allow the integration of a single visualization in a web page. But it is not capable of returning an excel or csv format. It is limited in this respect.
Ideally to achieve what you want you should consider using Qlik Cloud. With Qlik Cloud the generation of reports is possible via REST API, and will return JSON objects that could be easily converted.
Sense Client APIs
REST API reports
Hi @srijib you should probably look at using the "Single Integration API" this will allow the integration of a single visualization in a web page. But it is not capable of returning an excel or csv format. It is limited in this respect.
Ideally to achieve what you want you should consider using Qlik Cloud. With Qlik Cloud the generation of reports is possible via REST API, and will return JSON objects that could be easily converted.
Sense Client APIs
REST API reports
Thanks for the answer, I could generate the url by clicking the share button to get an embedded url , close to what I wanted, which contain parameters in the url string as get parameters. But pretty close and workable.