This content has been marked as final.
Show 1 reply
-
Re: Please explain me how to write SSE in python for qlik sense
Markus Helgesson Apr 3, 2018 2:32 AM (in response to arvind pednekar)Hi,
This is mainly documented at https://github.com/qlik-oss/server-side-extension.
If you want to write python code in Qlik Sense, please follow the instructions at https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/GetStarted.md and take a look at https://github.com/qlik-oss/server-side-extension/tree/master/examples/python/fullscriptsupport_pandas.
If you want to encapsulate functionality in custom SSE functions written in python, you can start with the above then continue with https://github.com/qlik-oss/server-side-extension/tree/master/examples/python.
I hope you'll have fun with SSE!
Markus