Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

List Box

Hi All,

I have a scenario where there are two list boxes, lets say A and B. List Box B will be visible only when the there is any selection in List box A. Any selections in these list boxes changes the values of the charts in the report.

When I select any value in list box A, it allows me to select the values in the list box B but the problem is when I deselect the values in List Box A, values in the list box B are not getting deselected. I need a solution for , when I deselect values in list box A, values in List box B also should be deselected.

Thanks in advance,

PV

3 Replies
Anil_Babu_Samineni

You can create single comprehensive analysis for two list boxes. Then you will get the solution

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Listbox B will only be visible by conditional layout: getselectedcount(fieldA)>0

for deselecting values from Listbox B when Listbox A values are deseletced, try field trigger

adamdavi3s
Master
Master

I would suggest using a document trigger to do this, on change for listboxa field, clear field listboxb field