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

Error in visualization when selecting dimensions and check. #48

Open SyedAlamdar opened 5 years ago

SyedAlamdar commented 5 years ago

Description

For an SSE, I have a visualization and a list of values for my dimension to filter from. I select the dimension and select the green checkbox while the visualization is loading. This results in an error. I am currently running windows desktop version which I downloaded two days ago. The SSE is working fine connecting python to Qlik. The results are fine but without any fault of the extension, Qlik provides an error message stating "Error: Unonk error".

We were thinking to incorporate this in our firm but this bus makes all the great features to the side when the user experience will be errors one visualization.

Steps to Reproduce

  1. Install: https://github.com/nabeel-oz/qlik-py-tools
  2. Go to a sample app or create your own with python in the script.
  3. Make a visualization that runs Python
  4. Have a filter of a dimension of your choice.
  5. Select a value from the filter
  6. While the SSE is working with Python server to recompute values select the green checkbox to confirm your dimension selection.
  7. One shall be presented with the error message int eh visualization.
Expected behavior

The value is selected and the visualization loads.

Actual behavior

the value is selected and the visualization crashes to load

Environment

Enterprise or desktop.

Operating system
[X ] Windows
Qlik Sense
[X ] Desktop
[X ] Server

Versions

Everything is the latest. I even went as far as reinstalling windows in a machine to make sure everything was up to date.