
Not applicable
2013-05-17
04:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Only one vaue can be selected from listbox
Can we restrict only one value to be selected from the listbox .....????
998 Views
1 Solution
Accepted Solutions

Not applicable
2013-05-17
05:10 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try this
Go to the List Box properties and under the Field column dropdown, Select Expression.
Add expression as:
=aggr(only({<fieldname-={123}>}fieldname),fieldname)
376 Views
3 Replies

Not applicable
2013-05-17
05:10 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try this
Go to the List Box properties and under the Field column dropdown, Select Expression.
Add expression as:
=aggr(only({<fieldname-={123}>}fieldname),fieldname)
377 Views


Master II
2013-05-17
05:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
goto list box property and check the box for only one selected value..
before opening the property of listbox.. make a selection in listbox. to activate the option of only one selected value.
HTH
Sushil
376 Views

Creator II
2013-05-17
08:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Both the solutions works. please close this issue with a correct answer asap.
Regards,
376 Views
