I created a Choice Multiple parameter and when i start the workspace i can check some values. But how can i test on the checked values? I tried a tester but that doesn't seem to work.
Solved
How to use Multiple Choice parameter.
Best answer by ebygomm
It's much more difficult than it should be, especially if any of your choices contain spaces!
You could use the MultiChoiceParamSplitter custom transformer to put all your choices in a list and then use a ListSearcher to test for if a value matches one of the list items.
You can turn the parameter into a comma separated list, and then use this as the value with the IN operator in the tester. If you have no spaces in your options this is fairly straightforward to do.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.


