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

Date Range search from a list box

I have a list box that shows amount. I can search through this list box for several amounts an even conditional searches (like >5000). Now I want to search by rance like show me records greater than 5000 and less than 10000. Please how do I do this?

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Use this a search string: >5000<10000


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
MK_QSL
MVP
MVP

try

<=10000 and >=5000

or

<=10000 >=5000

Gysbert_Wassenaar

Use this a search string: >5000<10000


talk is cheap, supply exceeds demand
Not applicable
Author

This worked. Thank you very much