Setting multiple query conditions

RB9 only

If you need more targeted results than a single-condition query provides, you can set up multiple conditions in one query to find the exact results you want. Use parentheses to group conditions. For example, to find law firms in Texas or Louisiana, you can query: (State is equal to TX OR State is equal to LA) AND FirmType is equal to Law Firm.

Continued from Creating custom reports.

  1. With the query you want to refine set up in Tools > Query Maker, click options button > Add New Condition.
  2. In the AND/OR column, AND appears as the default:
  3. Repeat step 2 to add additional query conditions.
  4. To group conditions to give them priority in executing the query click options button in the ( column of the first of the priority conditions and selecting ( in the drop-down. Then click options button in the ) column of the last of the priority conditions and select ) in the drop-down.
  5. Click Execute. RB9 returns the results of your query. To:
Reference
Step-by-step instructions