Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!😁
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
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
Dear Dalton Ruer,
Thank you very much for these informations!