Hi,
The drop down field can not be a multi selection field.
I typically do this with two table-fields and two buttons for adding/removing
the selected content.
You create a left and a right table with buttons to add and remove items.
You can then store the data in a hidden character field with spaces or some
other delimiter of your choise.
The tables search a form where you have your possible selections stored. You
probably have this already.
The left table with added items has the following qualification:
$Added Items$ LIKE "%" + 'ItemName' + "%"
The right table with items not yet selected has the following qualification:
NOT $Added Items$ LIKE "%" + 'ItemName' + "%"
Two simple Active Links can add/remove items and refresh the tables.
If the ItemNames are not selective enough, you can use some other unique
identifier.
Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011)
Ask the Remedy Licensing Experts (Best R.O.I. Award at WWRUG10/11/12/13):
* RRR|License - Not enough Remedy licenses? Save money by optimizing.
* RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs.
Find these products, and many free tools and utilities, at http://rrr.se.
> Hello,
>
> Is it possible to have a multiple selection in the Character Field using
> drop-down list as display type? It only allows to display one entry....When
> I've tried to use "Edit" it allows me to display multiple selection but I
> don't want to have the field to be a "free typing" field.
>
> Thanks for the help.
>
> Mark
>
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> "Where the Answers Are, and have been for 20 years"
>
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"