Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

Excluding values in Set Analysis

I need some help with set analysis.

Please exclude the B = 1 and C = 1 if it's possible in one set analysis statement.

Screenshot_2.jpg

Thank you!

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Maybe

Sum({<E={X}>-<B ={1},C={1}>} D)

Note that your two expressions both contain the first record, hence your sum is +1.

View solution in original post

1 Reply
swuehl
Champion III
Champion III

Maybe

Sum({<E={X}>-<B ={1},C={1}>} D)

Note that your two expressions both contain the first record, hence your sum is +1.