Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
tasheer10
Contributor
Contributor

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?

Labels (1)
  • API

2 Replies
Damien_Villaret
Support
Support

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/Subsystems/EngineAPI/Content/introducing-engine...

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

If the issue is solved please mark the answer with Accept as Solution.
DoctorPolidori
Contributor III
Contributor III

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.