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?
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.