Only Allowing One Selected Value From A Checkbox Enumeration List
I am listing 2 or more possible selections in a Checkbox Enumeration List. I only want to allow one. So when the user picks one and then switches and selects the other, the first selection disappears. When the SAVE button is selected, only one of the check boxes can be selected. Is there a way to do this?
|
Accepted answer
if you only want to have one selection, using Enumeration is a better choice. I don't think Checkbox Enumeration list has the logic to only allow one selection by default.
Rob Olsen selected this answer as the correct answer
Comments
Rob Olsen
commented Jun 02 '15, 11:33 a.m.
Well I was hoping I was just missing something out there, but you confirmed what I was seeing, that there is no way to do without writing some script logic behind it. Thanks! |
One other answer
Ralph Schoon (63.5k●3●36●46)
| answered Jun 02 '15, 2:08 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I agree with Don here. If you want just one value, use an enumeration, not an enumeration list.
The options you can try with enumerationList is
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.