If I'm understanding you correctly, this would be a two step process for the user, correct? First the user would enter in the text input, then they would select from the list control? I'm trying to make this as seamless for the user. Right now I have a List Control within a Prompt container - this works, I can select multiple items, however, because of the size of my list, it's not very user-friendly. It would be nice to be able to start typing, LI for example and then it goes to my list that all start with LI and as I type my list gets shorter. That's why I was looking at the text input, if only I could enter multple items. I'm wondering if there's a way that I have it as a training until SAS has this feature available, but what if I have a text input field, and then have the user separate out by commas....In VA can I then parse out the field? Would I then be able to use that to drill down my crosstab?
... View more