Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Access other visuals/charts from our own custom visual in sheet

I am doing some R&D in Qlik Sense Custom visuals/extensions. For that, I want to know the is there any API or to access the datasets of other charts/visuals that are presented in Qlik sense sheet?

Any possibility to get other visuals/charts details and their datasets through API or from Qlik Sense Desktop application or qlik object?

1 Reply
Anonymous
Not applicable
Author

I have found these two APIs to fetch the other charts details and respective summary datasets.

  1. getAppObjectList - Gets a list of sheets and visualizations - It retrieves the chart id of the visualizations and other charts.

    

  1. getObject - Retrieves a Qlik Sense object from the Qlik Sense application - We can retrieve the object which is related to the chart including datasets by chart ID.

Reference:

https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/APIs/Content/CapabilityAPIs/AppAPI/g...

https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/APIs/Content/CapabilityAPIs/AppAPI/g...