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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sh0226
Contributor
Contributor

OR and AND conditions in filters

Hi all,

I am new to QlikSense and would like to understand how OR conditions in filter work. 
I am trying to create filter like - 

(ValueA >= 95 and Amount >= 10  ) OR (ValueA >= 40 and Amount >= 50  )

Any help/suggestions? 

Labels (6)
2 Replies
Chanty4u
MVP
MVP

Can you explain bit more ...with example 

BrunPierre
Partner - Master II
Partner - Master II

Maybe like this with set analysis.

({$< ValueA = {">=95"} > * < Amount = {">=10"} > + < ValueA = {">=40"}> * <Amount ={">=50"}>})