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

Multiple selections in Input Box

Hi,

I'm trying to figure out if there is a way for users to select multiple items within an Input Box?

Thanks,

Cat

3 Replies
Not applicable
Author

I have not been able to find any way to allow users more than one selection in an input box. But a way that I have used to get around it is by creating a stand alone table with the pre-defined variable values I want, setting up a list box on that field, and then referencing GetCurrentSelections() or setting up a variable to reference the user input.

Capture.JPG

pover
Luminary Alumni
Luminary Alumni

Cat,

In the Constraints tab, enable the List Values option and divide each of the different value by a semi-colon (;).  (eg. Text_1;Text_2)  You can make it dynamic with an expression and feed the list from a table like rebeccad mentions above.

Karl

Not applicable
Author

Thanks for the responses. Is there anyway you can attach a sample? I'm not sure where I put the expression to make it dynamic?  Thanks, Cat