Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
shekhar_analyti
Specialist
Specialist

Python with Qliksense .

I have been asked to used python with Qliksense . I am not sure what all things can been achieved by using python .
Please help me understand with an example .

4 Replies
Anonymous
Not applicable

Strange question. 

I'd suggest you go back to the person who asked it and ask them "why?"

Loads of things can be achieved with QlikSense extensions but they normally revolve around things like JavaScript, html, css, etc.....

shekhar_analyti
Specialist
Specialist
Author

Hi Bill ,

Thanks for the info .

It will be great if you can let me know that :

1) Can python really be used with qliksense for any purpose ?

2) Cant python be replaced with JavaScript or CSS , considering fact that python is one of the scripting language ?


I am really sorry if I sound reiterating same thing , what I had posted earlier .

But before reaching back to same person , if I have answers for these I will be better in putting my thoughts further .

Note : The person whom I am referring to , is a Qlik evangelist (though he is not technical) . And has personal interest in Python as its open source .

shekhar_analyti
Specialist
Specialist
Author

*** Cant python be used in place of JavaScript or CSS

Clint_Carr
Employee
Employee

You can certainly do most things with Python.


From communicating with the Engine API and Repository API to creating a web solution using Django and hosting the displaying Qlik Sense objects from the chart API or through the use of Div Tags.

There are examples of many Python projects on Branch.

Clint