Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlik Sense - Forecasting with R

Hi All,

we would like to implement a line chart which shows a trend about actual data and also for the future it has to show forecasted values generated by R script ( for ex.: fit = nnetar(rev(q$close));  rev(data.frame(forecast(fit,h=$(Forecast_Days)))[,1]))

).

Can it be done in one chart ?

We only was able to do this in two, first had the actual data from the data model second had the forecasted values.

Regards,

Istvan

Labels (1)
10 Replies
Anonymous
Not applicable
Author

Hi,

Thanks, It's worked and helped a lot!

Meanwhile we found another solution with Advanced Analytics Extensions, which you can find here:

GitHub - AnalyticsEarth/AAIExpressionBuilder: Qlik Sense Plugin to create native master items to per...

GitHub - mhamano/advanced-analytics-toolbox: Qlik Sense extension which allows you to create charts ...

Best Regards,

Istvan.