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: 
siva_boggarapu
Creator II
Creator II

Set analysis help needed?

Hello Everyone,

Let say I have one list box which is containng number of Values like below

FIELD
AAA
BBB
CCC
DDD
EEE
FFF
GGG
HHH
III
JJJ
KKK
LLL
MMM
NNN

:

Here, my question is how can i show only 'AAA','BBB','CCC' values only using set analysis. Rest of values should not visible.

Best,

Siva.

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Select  <expression> from the field list drop down in the list box properties and try something like

=aggr(only({<FIELD={AAA,BBB,CCC}>} FIELD),FIELD)

View solution in original post

1 Reply
swuehl
Champion III
Champion III

Select  <expression> from the field list drop down in the list box properties and try something like

=aggr(only({<FIELD={AAA,BBB,CCC}>} FIELD),FIELD)