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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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
Partner - Champion III
Partner - Champion III

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