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: 
Anonymous
Not applicable

using set expression to exclude a value

Hi,

I was trying to create a set expression like {<Brands<>{'Total'}>}. But it seems that QlikView doesn't allow '<>' in a set expression.

So how is it possible to exclude a value by the means of a set expression?

Thank you in advance,

Larisa

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

{<Brands-={'Total'}>}

View solution in original post

3 Replies
Anonymous
Not applicable
Author

{<Brands-={'Total'}>}

Qrishna
Master
Master

{<Brands= {"*">} - {'Total'}>}  or  {<Brands - =  {'Total'}>}. should do

Anonymous
Not applicable
Author

Thank you!