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

Exclusion From ListBox

Hi folk,

I have Year field on my Dashbord,

I have taken Year field twice time, Suppose i click on one Year listsbox then,

I want second ListBox showing irrelivant Data.

For example... Year :- 2007,2008,2009,2010,2011,2012,2013

If i select 2007 On ListBox1 then Second ListBox Shown 2008,2009,2010,2011,2012,2013

Regards,

Villyee

1 Solution

Accepted Solutions
MayilVahanan

Hi

Are you looking for this?

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

4 Replies
MayilVahanan

Hi

Are you looking for this?

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
vanderson009
Creator III
Creator III
Author

Hi Mayil,

Yes U right......

But How u did it??

Regards,

Villeyy

MayilVahanan

Hi

Check in this

Setting -> Document properties -> Trigger -> Field Event Triggers -> OnSelect

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable

Hi,

Try below:

For the second list box, use the below expression:

=Aggr(Only({<Year= e({<Year= {$(=GetFieldSelections(Year,',',20))}>})>} Year), Year)