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: 
shekhar_analyti
Specialist
Specialist

How to make a multi box select a default value with there is not selection done in that ?

Hi All ,

How to make a multi box select a default value with there is not selection done in that but it should also allow user to select multiple values from multibox .

NOTE : When I am ticking "Always selected one value" , user is not able to select multiple values from Multibox .

Is there any other way to achieve this .

Thanks & Regards

Shekar

1 Solution

Accepted Solutions
sunny_talwar

May be like attached

View solution in original post

15 Replies
muthukumar77
Partner - Creator III
Partner - Creator III

Hi,

Yo can use,

Sheet Properties -> Trigger,

Select --> Select in Field --> Enter Field Name & Field Value

Muthukumar Pandiyan
Peter_Cammaert
Partner - Champion III
Partner - Champion III

You mean you want a different feature like "one or more items selected"? Maybe you can do this using triggers.

However, a multibox is not a listbox but an assembly of listboxes. Do you mean that any explicit selection anywhere in one of the multibox listboxes will do? And whenever no selection is made, should default values be selected in all listboxes, just in a few, or in a single one?

BTW "no selection" is difficult to handle in QlikView, because usually when you click the Clear button (i.e. no selection) everything is selected.

shekhar_analyti
Specialist
Specialist
Author

OK .. Something like this .. ?

IF(GetSelectedCount(FIELD)=0,'XYZ')

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Exactly.

Add this to a Document Event Trigger of type "OnAnySelect". That way, every change to any listbox or chart will cause the check code to be triggered.

devarasu07
Master II
Master II

Hi,

Try like below,

Sheet Properties -> Trigger,

Select --> Select in Field --> Enter Field Name & Field Value (by default you can assign multiple values and when you re-open the app it will show default assigned values and u can select multiple values also).  make sure to deselect "Always one selected check box"

FYI, attached sample app.

6.png

5.png

shekhar_analyti
Specialist
Specialist
Author

But what if user deselects both the values from Product ID .

What i want is that the moment user removes all the selection from PRODUCT ID , system should default it to select Product id 710 in multibox .

devarasu07
Master II
Master II

Hi Shekar,

But what if user deselects both the values from Product ID .?

if use deselect the default value and then it will show all values as result.


want is that the moment user removes all the selection from PRODUCT ID , system should default it to select Product id 710 in multibox .?

I don't think it's possible. stalwar1‌ can you advise this?


Tks

Deva



sunny_talwar

May be like attached

shekhar_analyti
Specialist
Specialist
Author

You .. are stop on . Salute !