
Contributor
2023-05-10
02:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
Labels
- Subscribe by Topic:
-
Developers
-
dimension
-
expression
-
filter
-
General Question
-
Visualization
418 Views
2 Replies

MVP
2023-05-10
02:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you explain bit more ...with example
410 Views

Partner - Master
2023-05-10
03:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maybe like this with set analysis.
({$< ValueA = {">=95"} > * < Amount = {">=10"} > + < ValueA = {">=40"}> * <Amount ={">=50"}>})
394 Views
