nabeel-oz / qlik-py-tools

Data Science algorithms for Qlik implemented as a Python Server Side Extension (SSE).
https://nabeel-oz.github.io/qlik-py-tools/
MIT License
186 stars 87 forks source link

Getting all Pytools functions in QS Desktop + But not getting amounts for eg. Forecast #107

Closed smadathil700 closed 4 years ago

smadathil700 commented 4 years ago

Hi Nabeel,

       I am using QS June 2020 desktop and did installation of SSE using your guide.

       There is one error during installation that fbprophet:matplotlib is not installed. Other than that capabilities are getting added and I can see Pytools functions in QS desktop.

        I tried Qlik Connection app for forecasting. But forecasting is not getting plotted. 

        Could you please help me here to understand why might be the issue?

Thanks, Sariga Error

QS_Graph

Log

nabeel-oz commented 4 years ago

Hi @qliknewuser , the connection between Qlik and the SSE does seem to be working. Did you click on the 'Show Forecast' button in the app? The log you're getting is what shows up when a call is made without passing any data to the Prophet function.

The other possible problem is that you clicked on the command window (I can tell from the selection cursor in your screenshot) going into selection mode and halting the SSE. This is a 'feature' in Windows 10: https://stackoverflow.com/questions/33883530/why-is-my-command-prompt-freezing-on-windows-10

image