Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

"Does not equal" in set analysis

Hello,

I am attempting to write some set analysis to exclude values that have an indicator of "Yes" in another field. I looked at the help tool for set analysis and it says that simply adding a ~ infront will accomplish this ie.....{$<~Field={"Yes"}>}. However , this does not work.

Any suggestions are appreciated.

Thanks,

jeff

1 Solution

Accepted Solutions
Not applicable
Author

Try this:

{$<Field-={'Yes'}>}

Regards

View solution in original post

2 Replies
Not applicable
Author

Try this:

{$<Field-={'Yes'}>}

Regards

Not applicable
Author

Works like a charm. Thanks!