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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
stelarsen
Contributor
Contributor

Forecasting

I have a table like such  & the line for the Forecast. I'm wanting to add a month row as well.  How would i incorporate the Month and Day into the forecast?

linest_m({<Day=>} total aggr(if(sum({<Day=>}PTPAmount),sum({<Day=>}PTPAmount)),Day),Day)*Day

+linest_b({<Day=>} total aggr(if(sum({<Day=>}PTPAmount),sum({<Day=>}PTPAmount)),Day),Day)

2 Replies
Anil_Babu_Samineni

What exactly you want to do?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
stelarsen
Contributor
Contributor
Author

I am wanting to forecast the PTPAmount by day then rolled up into Month.