
Contributor III
2021-04-22
06:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sum using Multiple conditions
Hello,
Im new to Qlik sense and started learning about set analysis. In the below expression, is it possible to pass another condition like to exclude certain values from a field within the below set analysis expression.
sum({<Date={'$(=date(WeekStart(Today()-7)))'}>}[DOM.MTD Sales Units])
My Field- Product Category
To exclude field values- 'A Box', 'B Box', 'C Box'
could someone advise me on this
Thanks much
992 Views
1 Reply

MVP
2021-04-22
06:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Arvind_07
Try like below
sum({<Date={'$(=date(WeekStart(Today()-7)))'}, [Product Category]-={'A Box', 'B Box', 'C Box'}>}[DOM.MTD Sales Units])
Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Please close the thread by marking correct answer & give likes if you like the post.
