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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register 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?

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

Use this a search string: >5000<10000


talk is cheap, supply exceeds demand
Not applicable
Author

This worked. Thank you very much