I have this filter currently setup on my query and it works [Replenishment Code] contains ?vendor?
However i need to replace "contains" with "in" to get multi select working in my value prompt
BUT, i am not able to add a wildcard to the "in" operator like so [Replenishment Code] in ?vendor? + '%'
Is there any way to do this?
My replenishment code is setup like this AIPRODU-WA AIPRODU-SF etc...
But i had to substring ?vendor? to everything before the "-". so you see AIPRODU
Can you use a search and select prompt?