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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Reuven12
Contributor II
Contributor II

Forecast by Progress

Hey all,

I have an issue I don't know how to resault.

I have a sales table that includes data between 01/01/2010 and 31/03/2010 

and I want to create a forecast for the months April to December.

how can I do it? I tried with linest_m but it only gives me one month ahead.

that's my table:

LOAD
CustomerID,
year(OrderDate) as Year,
month (OrderDate) as Month,
OrderDate ,
OrderID,
ProductID,
AMOUNT as Amount,
CANCEL_FLAG
Resident Sales

Thank you.

0 Replies