Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
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
Partner - Master

Maybe like this with set analysis.

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