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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
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
Partner - Champion III
Partner - Champion III

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
Specialist III
Specialist III

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
Partner - Champion III
Partner - Champion III

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 !!!