Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creating A Forecast Chart!

Dear all,

How can I create a Sales Forecast chart (showing current sales (have data until 2011) and forecast of next year (say 2012)  in my QV document. I have YearForecast and Sales as dimensions.

Help appreciated.

Thanks.

1 Solution

Accepted Solutions
Not applicable
Author

Hi Khaled

Use the time as your dimension, then you need to enter two expressions, one for the forecast, one for the actual sales.

EG dimension = month

expr1 = sum(Sales)

expr2 = sum(YearForecast)

is this what you need?

Regards,

Erica

View solution in original post

2 Replies
Not applicable
Author

Hi Khaled

Use the time as your dimension, then you need to enter two expressions, one for the forecast, one for the actual sales.

EG dimension = month

expr1 = sum(Sales)

expr2 = sum(YearForecast)

is this what you need?

Regards,

Erica

Not applicable
Author

Thanks Erica. It worked.