Skip to main content

I'm using Filtertype: Contains, and I would like to add muliple string values to Match Expression, like "string A" OR "string B" OR "string C". I've tried creating a User Parameter, but it didn't work... any idea's?

It doesn't look like the ListElementFilter allows for multiple string filtering using Contains, you might be able to use the Regex match to do the same thing though

e.g. use Regular Expression Match and

string A|string B|string C

 


It doesn't look like the ListElementFilter allows for multiple string filtering using Contains, you might be able to use the Regex match to do the same thing though

e.g. use Regular Expression Match and

string A|string B|string C

 

tnx for your reply...

that def did the trick;)

thank you!


Reply