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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis Not In

I have a listbox of hundreds of values.  I want to do a set analysis that says not value1 = x.  It seems like its easy to do make it equal but I can't figure out how to do a != type of thing or not in ('myvalue').

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     -= is to represent not equal in set analysis

     Sum({<value1-={'x'}>} FieldName)

Celambarasan

View solution in original post

3 Replies
Not applicable
Author

{<value-={x}>}

rajni_batra
Specialist
Specialist

{<value<>{'x'}>}

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     -= is to represent not equal in set analysis

     Sum({<value1-={'x'}>} FieldName)

Celambarasan