How to select multiple values from the pull down
3 answers
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.
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.
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.