You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
Hi my friend
I've deployed the SSE on my Qlik Sense Server.However in the demo qvf,some of the sheets can display normally but some of the sheets are not avaliable.Here is the screenshot
Formula in the error sheet
R.ScriptEval('library(TTR);library(forecast);forecast(HoltWinters(q$sumRain, alpha=FALSE, beta=FALSE, gamma=FALSE), h=$(RainNumberOfYears))$fitted', Sum([rain]) as sumRain)
Error Sheet screenshot
Message of the error sheet in the console
At the same time,you can see some of the sheet are normal in the following screenshot
Normal sheet
Formula in the normal sheet
R.ScriptEval('library("TTR");SMA(ts(q$AgeOfDeath), n=$(SMA_NUMBER_OF_PERIODS))',[Age of Death] as AgeOfDeath)
Could someone help me solve this issue?Sincerly thanks
The text was updated successfully, but these errors were encountered:
Hi my friend
I've deployed the SSE on my Qlik Sense Server.However in the demo qvf,some of the sheets can display normally but some of the sheets are not avaliable.Here is the screenshot
Formula in the error sheet
R.ScriptEval('library(TTR);library(forecast);forecast(HoltWinters(q$sumRain, alpha=FALSE, beta=FALSE, gamma=FALSE), h=$(RainNumberOfYears))$fitted', Sum([rain]) as sumRain)
Error Sheet screenshot
Message of the error sheet in the console
At the same time,you can see some of the sheet are normal in the following screenshot
Normal sheet
Formula in the normal sheet
R.ScriptEval('library("TTR");SMA(ts(q$AgeOfDeath), n=$(SMA_NUMBER_OF_PERIODS))',[Age of Death] as AgeOfDeath)
Could someone help me solve this issue?Sincerly thanks
The text was updated successfully, but these errors were encountered: