Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
arvind1494
Specialist
Specialist

Please explain me how to write SSE in python for qlik sense

Actually i want to show any value from python into qlik sense dashboard.

Labels (2)
1 Solution

Accepted Solutions
Markus-Helgesson
Employee
Employee

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_pand....


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

View solution in original post

1 Reply
Markus-Helgesson
Employee
Employee

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_pand....


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