It's all about the answers!

Ask a question

How to select multiple values from the pull down


Amarnath Srinath (122) | asked Jan 05 '12, 12:50 p.m.
Hi Team

I have a requirement , in which the a pulldown has 60 variable names. there will 4 to 5 will needs to be selected and checked for error. After this it needs to be deployed. Could you let me know the option on this

All files are in a single folder.

3 answers



permanent link
Robert haig (1.0k16) | answered Jan 18 '12, 4:34 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
Hi Team

I have a requirement , in which the a pulldown has 60 variable names. there will 4 to 5 will needs to be selected and checked for error. After this it needs to be deployed. Could you let me know the option on this

All files are in a single folder.

the variable pulldown is not a multi-select box. It is a pulldown.

only one value can be selected.

permanent link
Sumanto Biswas (6) | answered Jan 25 '12, 4:55 p.m.
Is there any field type that allows multiple select and is also drop down? If not, is it being tracked by some requirement?

Thanks.

permanent link
sam detweiler (12.5k6195201) | answered Mar 14 '12, 1:16 p.m.
well, its a scrolling list..

from another post

The multi selection is an editor presentation only. Basically you create a string attribute, and an enumeration. You choose the enumeration in an multi-select editor presentation for the attribute. The attribute will store a comma separated list of literals to handle the multiple values.

Your answer


Register or to post 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.