Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Connectred list box

Dear all,

is it possible to connect two listbox ?

Choosing a value into the first one, I would have the same value into the second:

For example I could choose October in the first listbox and the second one should have the same month.

Thanks for youe help

1 Solution

Accepted Solutions
Gysbert_Wassenaar

See attached example. See the actions on the OnSelect trigger of Field Prod1 to see how this is done.


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
simondachstr
Luminary Alumni
Luminary Alumni

Depends - are you talking about two different fields which contain the same month? Like Sales_Year & Revenues_Year?

Then I suggest working with triggers. Choose 'Select Field', put in the name of your second listbox/field and in the selection box:
='=sum({<[Listbox2_fieldname]=[Listbox1_fieldname]>}1)'

Don't forget to include the same trigger 'On Change' if necessary.

Let me know if this helps you.

Gysbert_Wassenaar

See attached example. See the actions on the OnSelect trigger of Field Prod1 to see how this is done.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Thanks !!!