Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Chanty4u
MVP
MVP

RE:Don'T Allow

Hi all,

I have a strage requirment.

I have a multibox.

So generally  we can select multiple values in a field.

But my req is:

it dnt allow to select at a time multiple values?

Is this possible?

Thanks in advance.

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

If you want always one selected, you can create a listbox for the same field and set the listbox for always one selected.

If you just want to not allow multiple selections, you can created a trigger for the field. The action for the trigger would be Clear Field. The expression would be something like: if(GetSelectedCount(FieldName)>0,'FieldName')

View solution in original post

1 Reply
m_woolf
Master II
Master II

If you want always one selected, you can create a listbox for the same field and set the listbox for always one selected.

If you just want to not allow multiple selections, you can created a trigger for the field. The action for the trigger would be Clear Field. The expression would be something like: if(GetSelectedCount(FieldName)>0,'FieldName')