Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to connect data from a Qlik Sense application with an external application. My goal is to retrieve only a specific dataset from a specific sheet within the application through an API connection. What are the steps to achieve this?
It's certainly possible to extract data from a specific visualization through the engine API. Is that what you are looking for? If so, the key is to use the following method to extract your data:
https://qlik.dev/apis/json-rpc/qix/genericobject/#gethypercubedata
There are plenty of examples on how to use this method available including this one that illustrated how to work with data in C#:
https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage/tree/master/HypercubeUsage
In particular, this method illustrates how to retrieve all data from a specific visualization: