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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

What if analysis for Non Available data

Hi Friends

I have a chart which shows current year month wise sales. Months are from January 2012 to Jun 2012.

I want to implement the WHAT IF capablity. on the months which are yet to come .

When user selects some value such as 15 % then the chart should populate data for the non existing data months :;

For eg :

If Last month is Jun 2012 and its value is

2 Replies
buzzy996
Master II
Master II

pfa,

steps:

1.first create bar chat along with ur values.

2.create slider object

3.create one variable(here Variable1),set values for slider accordingly what ever u want (here -30 to 30)

4 and use that variable in ur expression.

hope it helps.

Not applicable
Author

Hi,

For Example:

Let us take Amt field is there in your dimension,

For forecasting for future month you need to create Variable (Ctrl+Alt+V).

Name the variable as Var1 and value for the same

In that variable you mentioned your %  or any value. In Slider you define it form (-15 to 15).

In Bar chart or any object. Mentioned the Expression as Amt*Var1.