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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Filter List box using multiple criteria

Hi,

is there a possibility to filter a list box using the following criteria and if yes, what is the proper syntax?

>=1000 and (<=1400 or >1500)

If I enter expression >=1000 <=1400 >1500 into the search box, only values < 1000 are excluded, however, all 14* values are not excluded.

Unbenannt.PNG

Does anybody know what I'm doing wrong?

Many thanks,

Paul

1 Solution

Accepted Solutions
sunny_talwar

What about this?

(>=1000<=1400) or >1500

View solution in original post

2 Replies
sunny_talwar

What about this?

(>=1000<=1400) or >1500

Anonymous
Not applicable
Author

It's working, Many thanks!