
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Creating a Qlik Sense Desktop Application Using Python
Hi,
I have a python script that generates the required data in an excel file and then further I manually open Qlik Sense Desktop, Connect to the generated excel sheet and create the visualizations. I want to automate the whole process. So is there any API which I can use to create an application, connect to the data and then create my required visualizations all in python itself?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
You would need to use the Qlik Engine API in order to create visualization.
The documentation can be found here
https://help.qlik.com/en-US/sense-developer/June2018/APIs/EngineAPI/index.html
It is easier to manipulate with javascript using enigma.js (https://help.qlik.com/en-US/sense-developer/September2019/Subsystems/APIs/Content/Sense_ClientAPIs/e...), but also possible with python, there is a simple example here to get started: https://support.qlik.com/articles/000063003

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I wonder if you could share your code so that we can find a solution together
I know colleagues that use the API to extract data and use it on a web page.
