Skip to main content
Announcements
WEBINAR April 23, 2025: Iceberg Ahead: The Future of Open Lakehouses - REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Only one vaue can be selected from listbox

Can we restrict only one value to be selected from the listbox  .....????

1 Solution

Accepted Solutions
Not applicable
Author

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)

View solution in original post

3 Replies
Not applicable
Author

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)

sushil353
Master II

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

gaurav2017
Creator II

Hi,

Both the solutions works. please close this issue with a correct answer asap.

Regards,