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

Remove selected value from list box

Hi All,

I got two list boxes which are not related.

ListboxA ListBoxB

A A1

B B1

C C1

When I choose A in listboxA ListBox B should display B1 and C1; Choosing B in LisboxA should have a display A1 and C1 in listboxB.

I make this work using macro. Is there any way to solve this without using macro?

Thanks,

Nadsky

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Hi,

You can use a "EDIT EXPRESSION" and filtering whith a function "LIKE"

See the example.

View solution in original post

5 Replies
Not applicable
Author

Did you already tried dome link table?

Not applicable
Author

Hi Ramunas,

Thanks for the response. Sorry but I don't know how to create a dome link table. Tongue Tied.

I'm wondring if this can be solve by expressions?

Thanks

Anonymous
Not applicable
Author

Nadsky,
It can be done using list box with expression:
=aggr(only({1-$} ListBoxB),ListBoxB)

Not applicable
Author

Hi,

You can use a "EDIT EXPRESSION" and filtering whith a function "LIKE"

See the example.

Not applicable
Author

Hi Eduardo,

Wow! you solutions works!

A big thanks to you! Big Smile

Regards,

Nadsky