Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
vijayit43
Creator
Creator

List Box Problem

In List Box When We use expression in Field then how to set Always one selected value.

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

HI,

Always 1 selected value is not supported with with expression.

Instead take this expression to back-end script and apply always one selected value on direct field.

Regards

ASHFAQ

View solution in original post

2 Replies
ashfaq_haseeb
Champion III
Champion III

HI,

Always 1 selected value is not supported with with expression.

Instead take this expression to back-end script and apply always one selected value on direct field.

Regards

ASHFAQ

tresesco
MVP
MVP

Or,

Create a listbox with the field directly(no expression) and apply always one selected value on it; keep it hidden. The similar selection would be reflected in your calculated list box too.