Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

value of 1 listbox to be selected on 2nd list box

i have 2 listbox with the same options....i want if i select one option from 1st listbox, exactly the same option to be selected in the 2nd list box

thanks

1 Solution

Accepted Solutions
giakoum
Partner - Master II
Partner - Master II

4 Replies
Not applicable
Author

If only one value is selected at a time, you can implement something like this.

Settings>>Documents Settings>> Triggers

In the "Field Event Triggers" Select the field you want to make selection

Add a "Select in Field" action OnSelect

In the Field box, Select the second field that you want to change based on the first one

In the Search String box  type  = "Name of the first filed"  --without the quotes

This should work with single selections.

giakoum
Partner - Master II
Partner - Master II

see attached

Not applicable
Author

Thanks...It worked

Not applicable
Author

Thanks a ton...It worked.