Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Wawa
Contributor
Contributor

Python/R/statistics tests

Hello,

I'm a intern in biostatistic and i want to use qlik sense for some visualizations (with a connection to snowflake to retrieve the data). Since there are severals fonctions in qlik to perform statistical test, i want to know if it is possible to integrate some  python scripts. And is there a way to use these tests without creating group? 

 

Please excuse my english!😁

1 Solution

Accepted Solutions
Dalton_Ruer
Support
Support

When you hit the limit to what Qlik Sense automatically provides for functionality through it's "server", you can install what are called Server Side Extensions (SSE). They give you "additional" functions you can call. There are readily available SSE's for calling Python or R. 

https://developer.qlik.com/garden/5af5217ab2606a3c2c1f4d1d

There can be custom ones you use, or build yourself, like this one that focuses just on Sentiment Analysis from Python:

https://github.com/danielpilla/qlik-python-sse-sentiment

 

View solution in original post

2 Replies
Dalton_Ruer
Support
Support

When you hit the limit to what Qlik Sense automatically provides for functionality through it's "server", you can install what are called Server Side Extensions (SSE). They give you "additional" functions you can call. There are readily available SSE's for calling Python or R. 

https://developer.qlik.com/garden/5af5217ab2606a3c2c1f4d1d

There can be custom ones you use, or build yourself, like this one that focuses just on Sentiment Analysis from Python:

https://github.com/danielpilla/qlik-python-sse-sentiment

 

Wawa
Contributor
Contributor
Author

Dear Dalton Ruer,

 

Thank you very much for these informations!