Community
This field is required.
Only these extensions are allowed(.jpg, .JPG, .jpeg, .JPEG, .gif, .GIF, .png, .PNG)
Tags cannot contain the characters ' /, \\, #, ?, or ; >,< '
Only these extensions are allowed(.zip,.ZIP,.pdf,.PDF,.qvf,.QVF,.qvw,.QVW)
If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
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:
LOADCustomerID,year(OrderDate) as Year,month (OrderDate) as Month,OrderDate ,OrderID,ProductID,AMOUNT as Amount,CANCEL_FLAGResident Sales
Thank you.