Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
varunreddy
Creator III
Creator III

Only one value can be selected from the multibox

Hi,

Is there a way we can restrict user from selecting multiple values?

Thanks in advance!

Regards,

Varun Reddy. K

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

First select a valur in the multi box the, in the "Presentation" tab

select the field then check the "Always one selected value" box

let me know

View solution in original post

5 Replies
sunny_talwar

Follow these steps:

  • Create a list box for the field
  • then select one value
  • Go into the properties and enable 'Always one selected' option
  • delete the list box and you should be all set.

HTH

Best,

Sunny

alexandros17
Partner - Champion III
Partner - Champion III

First select a valur in the multi box the, in the "Presentation" tab

select the field then check the "Always one selected value" box

let me know

Not applicable

You can try with always one selected value but if we remove the data from application the Always one selected value property was gone.

You try with Field Event trigger with below expression:

if( getselectedcount(FieldName) > 1 , 'DefaultValue' , FieldName )

Trigger type is "on select"

varunreddy
Creator III
Creator III
Author

Thank You guys for the time and providing me helpful solutions

Cheers,

Varun

varunreddy
Creator III
Creator III
Author

Hi Dathu,

List box should respond only if we make two selections, else it should not accept the selections.

Is there a way to do this?

Regards,

Varun