qlik-oss / server-side-extension

A Qlik server-side extension protocol for extending the Qlik built-in expression library with functionality from external calculation engines.
MIT License
155 stars 126 forks source link

Column example naming does not follow "Python - Gettings started"-guide #36

Closed qlik-des closed 6 years ago

qlik-des commented 6 years ago

In the guide "Getting started with python" the example says to use e.g. SSEPlugin=columnsupport,localhost:50053

Although when opening SSE_Column_Operations.qvf file the columnsupport is named Column and the app does not work as expected without changing this.

Expected Homogeneous naming either columnsupport or Column in all places.

josefinestal commented 6 years ago

Hi @qlik-des ! Thank you for reaching out! Unfortunately, I can't find the issue you are describing. Is it on master you saw this?

Alternatively, you might have mixed up the examplename and the EngineName (see this section). The former is the name of the python package and the latter is the plugin name you are using when configuring the plugin and hence the name you are using in the app.

Kind regards, Josefine

qlik-des commented 6 years ago

You are correct I've mixed up examplename with Enginename. Sorry about that, I'll close the issue

josefinestal commented 6 years ago

No worries! I'm glad I could help.