Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please, help me. My name is Lev Gubarev. I found how integrate QlikSense and Python. It wasn't difficult. But I try to integrate QlikView and Python. I found on GitHub the following info (https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/GetStarted.md😞
QlikView Desktop
Install QlikView Desktop (November 2017 release or later).
Make sure you have Python 3.4 (or later) installed as well as the grpcio package. For more information, see Prerequisites for running the Python examples.
Add SSEPlugin=<EngineName>,localhost:<port> on a new line in your Settings.ini file, below the heading [Settings 7]. Settings.ini is located at C:\Users\[user]\AppData\Roaming\QlikTech\QlikView. Insert the values for <EngineName> and <port> from the table above for the selected example.
Run the corresponding <examplename> python package. The easiest way to do this is to open a command prompt, go to the example\python folder and type:
python <examplename>
Insert the value for <examplename> from the table above for the selected example.
Start QlikView Desktop and open the .qvw file in the selected example folder.
But I have no ideas why it doesn't work. I try to cope with helloworld example (attached file):
I want opening the file SSE_Hello_World.qvw will not raise the error. When I open SSE_Hello_World.qvf there is no mistakes. Python easily connects with Sense and doesn't want to connect with View. Please help me!
Anybody knows smth about this problem, I really nead your help!!!!!!