Hi - I have a text prompt where I want users to enter multiple strings in order to search for those strings within a field. My filter is something like [Some field] contains ?prompt? or ?prompt? in [Some field] but doing this makes the text prompt only accept one value. What syntax can I use in the filter so that the prompt will still allow multiple values to be entered?
you have to make it multiselect so that it wil work like select and search prompt.
Thanks,
I did make it a multi select but it still doesn't work - if I change the filter to [some field] in ?prompt? then it allows multiple values, but the other filter syntaxes do not allow the multiples and I don't understand why.
Check what values are passed to the filter using Layout Calculation. and then try the step i told above.