Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I have a mulitbox and I only what to the user to be able to select one value. How do I do this?

Multibox.JPG

I want to restrict the user to only be able to select 1 item in the entire multibox.   The fields in the box are expressions.

Multibox_propeties.JPG

Multibox_propeties_2.JPG

Thanks for any help.

3 Replies
Gysbert_Wassenaar

Afaik you cannot use Alway One Selected Value on expression. You'll need to create fields for this in the script. Try using the Hierarchy function to create a table with the organisation levels as fields.


talk is cheap, supply exceeds demand
Not applicable
Author

I created fields and it still does not work. It treats each selection "Corporate", Group", etc. separately.  I want the user to only be able to pick a single value.  Not a single value from each drop down selection but a single value for the entire mutlibox.

Gysbert_Wassenaar

That's not possible. You'd have to make the user pick a field first and then let him/her select one value in the chosen field. Personally I'd add a Search object with only those organisation fields. That way users can search the value they need in only those fields in that Search object. That won't prevent multiple selections, but if you really want to make their lives that difficult you can add calculation conditions to charts that check the selections or do something with an annoying text box that they'll have to click away and try again to select only one value.


talk is cheap, supply exceeds demand