
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I code Python script inside Qlik Sense
I use Python to generate some report in excel format then from there I upload that excel report in Qlik sense, but I want to code Python inside Qlik sense so that I can generate the report in Qlik sense then continue to build some chat using that excel from generated from Python
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can connect Qlik Sense to python with the "Server side Extensions" feature in Qlik Sense to execute python queries and display the result. See details here.
However in your specific use case that is just generating an excel file and then read it back to Qlik Sense, it might be simpler to use the EXECUTE statement to run an external bat script calling the python script generating the file.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can connect Qlik Sense to python with the "Server side Extensions" feature in Qlik Sense to execute python queries and display the result. See details here.
However in your specific use case that is just generating an excel file and then read it back to Qlik Sense, it might be simpler to use the EXECUTE statement to run an external bat script calling the python script generating the file.
