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

Hiding excluded values

Hi, I have two listboxes, name and school. I selected a value in school so now there are only a few possible values in name, I want the greyed out values not to show up, but I do not want to use the hide excluded feature because when I click on a certain name, I still want the other names under that school to be present. Is this possible in anyway?

Thanks,

Natasha

1 Solution

Accepted Solutions
sunny_talwar

May be try this

Aggr(Only({1<school = p(school)>} name), name)

View solution in original post

3 Replies
YoussefBelloum
Champion
Champion

Hi,

Maybe this on the listbox name (calculated dimension):

=aggr(only({<name=P(name)>}name),name)


Hope it helps,

YB

sunny_talwar

May be try this

Aggr(Only({1<school = p(school)>} name), name)

sunny_talwar

Check the attached sample also