Skip to main content
Announcements
See why Qlik was named a Leader in the 2025 Gartner® Magic Quadrant™ for Augmented Data Quality Solutions: GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
sh0226
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

Can you explain bit more ...with example 

BrunPierre
Partner - Master

Maybe like this with set analysis.

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