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

Hide data in list box by selecting some items from other list box in qliksense

Hi Experts,

Do we have any option in QlikSense through that we can hide data from list box.

For example I have two fields in my data set like following. So here if we are selecting A from Group Field so only IDs associated with A should appear in PartyId box.

GroupPartyId
A455674
A465
B3454
B941
C5465
C4679
A

69784651

Thanks & Regards,

Pooja

1 Solution

Accepted Solutions
OmarBenSalem

yes;

in your PartyId list box; change the dimension

from :

PartyId

to : (it would be better to create it as a master dimension)

aggr(only({<Group=p(Group)>}PartyId),PartyId)

View solution in original post

4 Replies
consultant_bi
Creator
Creator

Hello,
do you mean that when you choose a value of the field Group then the list box display just the rows with the same value Group ?

if it's that you need to add the graphic filter pane on your sheet and put as dimension your field Group.

OmarBenSalem

yes;

in your PartyId list box; change the dimension

from :

PartyId

to : (it would be better to create it as a master dimension)

aggr(only({<Group=p(Group)>}PartyId),PartyId)

OmarBenSalem

result: (per analogy)

Capture.PNG

Anonymous
Not applicable
Author

Thanks Omar, this one has worked for me

Regards,

Pooja