
Contributor
2022-05-18
05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sum if
Hi,
I want to select a category and see the sum of a certain category for example like this
Sum(OrderMargin If([SuperStore Sales - Customers.CustomerSegment]='Consumer'))
Im new to qlik sense so Im not sure how i should make this work.
344 Views
1 Reply


Champion III
2022-05-18
08:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As below
Sum({<[Customers.CustomerSegment]={'Consumer'}>}OrderMargin)
Learn more on set analysis here
https://www.analyticsvidhya.com/blog/2014/01/set-analysis-qlikview/
Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
If a post helps to resolve your issue, please accept it as a Solution.
319 Views
