Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
lena2a2a2
Partner - Contributor III
Partner - Contributor III

QlikSense and Python

Hi, Fellows!!!

I wanna get objects or meanning of varibles (something like that) from Qlik Sense apps via Python tools.

Is is possible to set up such interaction?

What may I read ?  Where can I find examples?

1 Solution

Accepted Solutions
petter
Partner - Champion III
Partner - Champion III

You could use either the Qlik Sense API directly by doing Websockets/JSON communication with the Qlik Sense environment or you could use Qlik Server Side Extensions (SSE). It depends on your use case and I guess the first option would be best for you.

If you have a look at these Github projects you might find what you need:  https://github.com/search?q=Python+Qlik

Or for Qlik SSE (AAI - Advanced Analytics Integration):

Server Side Extensions (SSE)

View solution in original post

5 Replies
petter
Partner - Champion III
Partner - Champion III

You could use either the Qlik Sense API directly by doing Websockets/JSON communication with the Qlik Sense environment or you could use Qlik Server Side Extensions (SSE). It depends on your use case and I guess the first option would be best for you.

If you have a look at these Github projects you might find what you need:  https://github.com/search?q=Python+Qlik

Or for Qlik SSE (AAI - Advanced Analytics Integration):

Server Side Extensions (SSE)

lena2a2a2
Partner - Contributor III
Partner - Contributor III
Author

geat! Thanks a bunch!

petter
Partner - Champion III
Partner - Champion III

If this answered your question please tag the answer as correct

petter
Partner - Champion III
Partner - Champion III

ping .... ?