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: 
jpjust
Specialist
Specialist

Set Analysis not equal to

Hi,

My setAnalysis not equal to operator is not working, can some one please take a look and let me know if there is any thing wrong here.

This works:

sum({<Region = {"NA"}> + <Region = {"US"}>} Sales) 

This don't work:

sum({<Region - = {"NA"}> + <Region -= {"US"}>} Sales)

Thanks

1 Solution

Accepted Solutions
njc_96
Contributor II
Contributor II

Hi @jpjust ,

Could you please try with the below expression :

sum({<Region-={"NA","US"}>}Sales)

 

Thanks!

 

View solution in original post

2 Replies
njc_96
Contributor II
Contributor II

Hi @jpjust ,

Could you please try with the below expression :

sum({<Region-={"NA","US"}>}Sales)

 

Thanks!

 

jpjust
Specialist
Specialist
Author

Thank you so much.