---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/platform-user-interface

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Add related list conditions

# Add related list conditions {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

Related list conditions allow you to include a relationship with another table in the filter. Related list conditions are supported in both List v3 and the Report interface.

## Antes de Iniciar

Role required: none

## Por Que e Quando Desempenhar Esta Tarefa

You can optionally include conditions on the related table. For example, you can
filter active problems with one or more related incidents that are in the
Canceled state. Another example is to filter incidents
with a breached service level agreement (SLA).

The List v3 filter contains two sections, one for the current table conditions and
one for related lists conditions. You can include only one related table in the
query, however, you can add multiple conditions for that table.  
Figura 1. Problem filter for open problems

The easiest way to understand the parts of a related list condition is to use an
example. The steps below use the example of open problems with some number of
related incidents. You can perform these steps for any list view that supports List
v3.

## Procedimento

1. For this example, navigate to ProblemsOpen.
2. Open the list filter and select the conditions for the current (Problem) table.  
   The \[State\] \[is\] \[Open\] condition is already added.
3. Select RELATED LISTS CONDITIONS to expand the section.
4. From the choice list, select the table relationship to include in the query.  
   For this example, select Incident\>Problem. You can select any table that you have access to view.
5. To select a quantifier, select Greater Than Or Equal To 1.  
   The Quantity popover opens.  
6. Select a quantity, enter number of records in the related table that must match, and then selectX to close the popover.  
   The default number is 1. Following are descriptions and examples of each quantifier for this example.
   * Greater Than Or Equal To: Returns problem records where the number of related incidents is greater than or equal to the number you enter. A value of 5 includes problems with five or more related incidents. Problem records with 4 or fewer incidents are not returned.
   * Greater Than: Returns problem records that have more than this number of related incidents.
   * Less Than Or Equal To: Returns problem records that have the number or fewer than the specified number of related incidents. A value of 1 includes problem records with one or no related incidents.
   * Less Than: Returns problem records with fewer than the number of related incidents. A value of 1 returns problems with no related incidents.
   * Equal To: Returns problems with this number of related incidents. A value of 5 includes problem records with exactly five related incidents.
   * None: Returns problems that do not match the specified table relationship. A selection of None returns problems with no related incidents.
   * Between: Returns problems with any number of related incidents that is between the two numbers you enter. Between values of 5 and 10 include problem records with 5, 6, 7, 8, 9, or 10 related incidents.
   {#create-related-list-query__ul_ggx_npx_yw}
7. **Opcional:** Enter one or more conditions for the related table.  
   Select New Criteria to add another condition.  
   The following image shows the example of filtering for problem records with more than two related incidents that are critical priority.  
   Nota:  
   You cannot perform a keyword search in a related table condition.
8. Select Run to execute the filter query.

## Resultado

The breadcrumb displays Related List condition.... Open the filter to view the related list query statement.  
Figura 2. List breadcrumb and the related list condition query statement  
Nota:  
If List v3 is disabled for a list with a related list condition query in the default filter, the filter edit function is disabled. Remove the related list condition to enable list filter editing.

**Conceitos relacionados**   

* [OR conditions](https://servicenow-prod.fluidtopics.net/GOMd3r9GPSPXTxsLl2swmQ "The condition builder uses two different types of OR conditions: top-level and dependent.")  
**Tarefas relacionadas**   

* [Create a filter in List](https://servicenow-prod.fluidtopics.net/4aatN~DKvW5_IsAJg~Megg "You can create a filter to restrict what records appear in a list by providing a set of conditions. When you run the filter, only records that meet the specified conditions are listed.")
* [Filter on multiple string values](https://servicenow-prod.fluidtopics.net/k0lLhNzO_nDa5nYXRTe~Aw "For a string field, you can create a filter that searches for multiple values by creating a comma-delimited list.")  
**Referência relacionada**   

* [Dynamic operators](https://servicenow-prod.fluidtopics.net/byaSFVK2nTQPHIAjpeL94A "The dynamic operator, is (dynamic), lists predefined dynamic filter options where the condition value is computed from a value in a reference field.")

