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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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.

Labels (1)
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.