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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filtering with Slider

Folks,

I have a dashboard finished dashboard, with charts, tables and filters.

However, now I'll have to substitute one filter by a slider object, so the user can select the range.

I created the variables for maximum and minimun values and the slider object, but now I would like to have your help in order to make thisslioder selection affect all the object just like any other regular filter.

Thanks.

4 Replies
Not applicable
Author

You would use the variables in the expression of the relevant items or have the field associated with the slider.  See this post for an example. 

http://community.qlik.com/qlikviews/1075

Cheers!

Not applicable
Author

Thanks For the Answer.

There's no way to the selected value on the slider affect the filter directly ?

jagan
Partner - Champion III
Partner - Champion III

Hi,

The selected value in the slider doesn't affect the filters directly, you need to use the variables in the expression to filter the values in the chart.

Regards,

Jagan.

Anonymous
Not applicable
Author

Hi

Yes.

  • You can configure the slider with a Field from your datamodel, which if set in "Multi Value" mode will let the user slide and select a range of existing values from that Field.
  • If your data does not have the desired Min/Max values you could generate data and link it to the desired field, and let the user Slide in the linked field instead. That way the selections will affect all data as all possible values in your original Field are included when sliding. But, the user could slide to a range not present in your Field, and that would make all your objects empty, see attached example. As I don't know your data, this might not work for you.
  • Jagan's approch adding the variables in the expressions where the slider should have effect is not that difficult either.