Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Instead of setting sCrit.Value you should be able to set sCrit.Inclues = new StringInCriterion() and then add the values you want to search for in that.
Hello
I'm performing a query as follows:
for a field that I've added. This works perfectly, however, there are cases where I want to specify several possible values for MyCustomAttribute.
I know you can use CriteriaGroup for several different fields, but how do I do it for the same attribute?
The result I want is "MyCustomAttribute IN ('X', 'Y', 'Z')".
If anyone could lend me a hand here I'd much appreciate it.
// Kristian