Documentation

  1. Home
  2. Docs
  3. Documentation
  4. What Questions Can I Ask?
  5. Compound Data Filters

Compound Data Filters

Summary: Use OR between filters to apple either filter from multiple filters. No need to specify “AND” between filters as it is the default behavior

You can create compound data filters where your OR or AND different filters together. Note that the default behavior for multiple filters is always to AND  the filters. For example, the below search will show keywords which fulfill both filters

  • Number of Searches Keyword containing Samsung Country equals US

An exception to the above is when the two filters contain the same attribute, in this case the two filters are ORed by default, since ANDing the filters will result in zero results and is most probably not the intended use. For example, the below search will show keywords containing Samsung or Containing Apple

  • Number of Searches Keyword containing Samsung Keyword containing Apple

 if you want to either filter to be applied, you can separate filters with an OR as follows:

  • Number of Searches Keyword containing Samsung or Country equals US