---
sourceDocument: Xanadu Platform Analytics
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/now-intelligence

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu Platform Analytics

ft:clusterId :

    - par

bundleId :

    - par

workflow :

    - Platform


---

# Conditional filters and operators for indicators and breakdowns

# Conditional filters and operators for indicators and breakdowns {#ariaid-title1}

* Release version: Xanadu
* 
* Updated October 28, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read

Conditional filters for indicator data cascade from indicator and breakdown sources up to data visualizations. Where conditions are applied can affect data collection efficiency. Some condition operators are only available at
some levels, or in some conditions.

## Conditional filters on indicators and indicator sources {#condition-operators-ind-bkdowns__section_lmf_jvx_chc}

Conditional filters can be applied to both automated indicators and indicator sources. In general, conditions that are applied to all indicators with the same source should be applied on the indicator source. To verify that your conditions are well designed, list the indicators for an indicator source and include the Conditions field in the view. You should have at least one indicator that only uses the conditions on the indicator source. Otherwise, your indicator source is probably collecting unused data. In this case, consider moving common conditions from the indicators to the indicator source, or splitting the indicator source.  

Warning:  
To avoid a [data collection job](https://servicenow-prod.fluidtopics.net/KzO1fGsm6GUEygdn1yjLBA#gloss-data-collector "A scheduled job that collects data from one or more indicator sources to produce indicator scores.") completing with errors, follow these limitations:

* Do not add a condition that references Roles to an indicator. You can reference the Roles table only in an indicator source.
* If you define conditions that refer only to dot-walked fields, you must associate at least one breakdown with the indicator.

{#condition-operators-ind-bkdowns__ul_fpq_f3d_4jb}

In general, try to avoid dot-walking to sys_id or the display value of a table, as doing so creates unnecessary table joins.

## Unsupported operators on indicator conditions {#condition-operators-ind-bkdowns__section_qcm_nvx_chc}

The following operators are not supported on indicators. You can use these operators on the indicator source conditions instead:

* keywords
* greater than field
* less than field
* greater than or is field
* less than or is field
{#condition-operators-ind-bkdowns__ul_s13_zb4_2jb}

## "Is one of" and "Is (Dynamic)" operators on breakdown conditions in data visualizations {#condition-operators-ind-bkdowns__section_breakdown-operators}

When you select an indicator data source for a data visualization, you have the option to filter the scores by breakdown element.  

The availability of the "is one of" and "is (dynamic)" operators depends on how you configure the indicator. The indicator must support multi-element aggregates. The required configuration settings follow:

Is one of
:
    * The aggregation method must not be AVG or COUNT DISTINCT. This requirement applies to automated indicators including the contributing indicators of formula indicators.
    * If the indicator is a formula indicator, the Allow aggregation of multiple breakdown element scores option must be on.
    {#condition-operators-ind-bkdowns__ul_yfd_d5c_dhc}

Is (dynamic)
:
    * The aggregation method must not be AVG or COUNT DISTINCT. This requirement applies to automated indicators including the contributing indicators of formula indicators.
    * The field in the breakdown source must be a reference field.
    * An elements filter must be defined for the breakdown source, and this elements filter must have a dynamic conditional filter. For an example, see the Me elements filter on an instance. For more information, see [Element filters](https://servicenow-prod.fluidtopics.net/4KgfBdA~CnX416ShpC1BWQ#c_BreakdownElementFilters "Element filters enable you to specify or limit the displayed breakdown elements on visualizations.").
    * If the indicator is a formula indicator, the Allow aggregation of multiple breakdown element scores option must be on.
    {#condition-operators-ind-bkdowns__ul_nmd_3vc_dhc}

