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

List Box

Hello,

I Have a list box.

but i want to select max. 1 value.

How do i do that?

Thx. in advance.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Manually select one value.

Then in the List Box properties tick "Always One Selected Value".

This now will always ensure it has one and only one selected value.  However it will not allow nothing to be selected, That may / may not be ok for you.

View solution in original post

4 Replies
its_anandrjs

Write like

Ex:-

Load * Inline

[

Val

10

50

20

40

10

]

in the expression write

=Max(TOTAL Val )

Regards

Anand

Not applicable
Author

Example.

I have a list box with the years 2014 till 2008.

I want that the user only is able to selct ONE year. e.g. 2013.

Anonymous
Not applicable
Author

Manually select one value.

Then in the List Box properties tick "Always One Selected Value".

This now will always ensure it has one and only one selected value.  However it will not allow nothing to be selected, That may / may not be ok for you.

its_anandrjs

Write like

i assume years is a field

=Max(TOTAL years)-1