Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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