nerdexam
ServiceNow

CSA · Question #362

What are the three components of a filter condition?

The correct answer is A. Field, Operator and Value. A filter condition in ServiceNow always consists of three core components: the field to be filtered, an operator to define the comparison, and the value to compare against.

Submitted by mateo_ar· Apr 18, 2026User Interface and Navigation

Question

What are the three components of a filter condition?

Options

  • AField, Operator and Value
  • BCondition, Operator, and Value
  • CField, Condition, and Value
  • DVariable, Field, and Value

How the community answered

(19 responses)
  • A
    89% (17)
  • B
    5% (1)
  • C
    5% (1)

Why each option

A filter condition in ServiceNow always consists of three core components: the field to be filtered, an operator to define the comparison, and the value to compare against.

AField, Operator and ValueCorrect

In ServiceNow, a filter condition is constructed using a 'Field' (e.g., 'State'), an 'Operator' (e.g., 'is', 'contains', 'greater than'), and a 'Value' (e.g., 'Active', 'Hardware', 'P1') to precisely define the data to be displayed or processed.

BCondition, Operator, and Value

'Condition' is too general and isn't one of the distinct components; the components collectively form the condition.

CField, Condition, and Value

'Condition' is repetitive and not a precise component name; 'Operator' is the correct term for the comparison logic.

DVariable, Field, and Value

'Variable' is not a standard component of a direct filter condition; filters operate on fields.

Concept tested: ServiceNow list and report filtering components

Source: https://docs.servicenow.com/bundle/utah-platform-user-interface/page/use/navigation/concept/c_FilterTheList.html

Topics

#Filters#List filtering#Conditions#User Interface

Community Discussion

No community discussion yet for this question.

Full CSA Practice