Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

How do you filter using a Contains or Equals modifier on a text field and search for more than one value? Ex. Field contains or equals "Clearance, Assurance, AHI". I want it to return results when one of the 3 search matches are found.

Avatar

Level 2
 
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 10

If you want it to just match one of the three words, you should be able to do OR statements in the filter. Just remember you have to do the other filters as well for each OR.

0690z000009ClHcAAK.png

The one thing I haven't figured out is if you want something that matches all three words. If anyone knows how to do that, let me know. ;)

Avatar

Level 2

Thanks. I was hoping there would be an easier way as I have to create 11 OR statements with much of the same logic. I appreciate your response!