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

Listbox Multiple selection

Hi,

I have a table with 3 fields like Product_ID,Product_Name,Market_ID.

In my application I have 2 Listbixes for product names.

In this listboxes I am filtering data based on Market_ID using expression in field selection.

This is the my first list box expression

if(Market_ID=1,Product_Name)

This is the my second list box expression

if(Market_ID=2,Product_Name)

It is filtering based on Market perfectly.

But I need to select product from both the listboxes.

If I am selecting product from one listbox it's clearing the selection in another listbox automatically.

Please help me ....

Thanks

Sibin Jacob.C

12 Replies
cesaraccardi
Specialist
Specialist

I've attached a small sample, please take a look.

sibin_jacob
Creator III
Creator III
Author

Thanks Cesar...

Its Working fine for me ....

Regards

Sibin Jacob.c

Not applicable

Hi Cesar,

Hope you are doing good!

i have one query.

i have 2 listbox, for year and Month. when i am selecting year, chart is getting refreshed based on that, when i am selecting a particular month its refreshed based on month, but i want it based on year and Month. when i am selecting month already selected year is going off. i dont want it go off.

i have tried it with Alternate state, now i am able to select from both listbox but the value in the chart is not changing. i dont know why .

Please help me on this.

Regards,

Ratan