Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Forecasting or Predicting Sales for next one Month or Year

Hi All,

I have a line chart with data.

I want to Predict the next one month Sales based on the Current Sales.

Can we do it in Qlikview ??

I want the Predictive data to be displayed in Dotted Lines

Thanks & Regards,

Keerthi

7 Replies
Not applicable
Author

Hi Keerthi

Try Chart Properties => Axes => Forecast

Lukasz

Not applicable
Author

Please tell me in detail.

Not applicable
Author

from QlikView reference:


Backcast This function operates on trend lines. Enter into the text edit box how far back

you would like to estimate the trend line. The backcast portion of trend lines is displayed as dotted.

Forecast Enter into the text edit box how far you wish to predict the trend line. The forecast portion of trend lines is displayed as dotted.

Not applicable
Author

Can you send an example ??

Not applicable
Author

It's all up to trendline you want to use, but with linear trendline it would be something like in attached document

mangalsk
Creator III
Creator III

Hello,

You want like following:

whatif.png

Create a variable vWhatIf and use it in slider

For slider use following setting

slider.png

in expression use

1st expression:sum(sales)

2nd expression for forecast:(sum(sales* (1 + vWhatIf))

Regards

Not applicable
Author

Hi,

As you told, you like to display predicted data on the chart. So, i thing trendline and forecast will not be good solution in your case. I think you should rather calculate your prediction in load script or in expressions, depending if your prediction algorithm depends less or more on user selections.

regards

Darek