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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to include a not condition in set analysis

i need to count a dimension, and i need to exclude null values, How do i implement using set analysis or is there any other way to implement it.

1 Solution

Accepted Solutions
Not applicable
Author

i did a numeric count of the dimension ,  I am able to get correct answers.

View solution in original post

2 Replies
SunilChauhan
Champion II
Champion II

sum({<fielname-={'value'}>} sales)

- = is used in set analysis for not condition

hope this helps

Sunil Chauhan
Not applicable
Author

i did a numeric count of the dimension ,  I am able to get correct answers.