Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to apply filter using input box from minimum to maximum range in pivot table

Hi ,

Please help me to apply filter in pivot table on expression by using input box for minimum and maximum range.

1 Reply
Gysbert_Wassenaar

Add an input box to your sheet and create two variables for it, for example vMin and vMax. Set the contraints to limit the possible input for the variables to one of the numeric option. Change the expression in your pivot table to make use of the variables. For example sum(Sales) could become sum({<QuantityOrdered={'>=$(vMin)<=$(vMax)'}>}Sales).


talk is cheap, supply exceeds demand