Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Gartner® Magic Quadrant™: 15 YEARS A LEADER - GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
AkashPohare_HB
Contributor III
Contributor III

Extract data from Qlik Sense charts

Hello Community,

I am trying to extract the data from the charts.

For ex. Column name and values from a table, dimension and measure values from a bar chart etc.

How can we get this data, I know there is dot net sdk available which can help to get this data, but I am trying to use the Python to get it. Anyone has any idea on what engine/QRS endpoints are available to use to extract this data?

 

Thanks.

1 Reply
vasilev
Creator
Creator

Hello @AkashPohare_HB,


I'm developing a Python library that acts as a Qlik Engine client. It allows you to fetch data from application data models, tables, charts, and more. Feel free to take a look — maybe this client can help with your issue.

https://pypi.org/project/qe-api-client/

Best regards,
Rumen