nerdexam
ServiceNow

CSA · Question #329

What are the three components of a filter condition?

The correct answer is B. Value C. Field D. Operator. Filter conditions in a user interface are composed of three essential elements: a specific field to apply the filter to, an operator to define the comparison logic, and a value to compare against.

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

Question

What are the three components of a filter condition?

Options

  • ATable
  • BValue
  • CField
  • DOperator

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    93% (25)

Why each option

Filter conditions in a user interface are composed of three essential elements: a specific field to apply the filter to, an operator to define the comparison logic, and a value to compare against.

ATable

While filters operate on data within tables, the table itself is the data source context, not a component of the filter condition's expression.

BValueCorrect

The value is the specific data point (e.g., 'Active', 'High') that a field is compared against in a filter condition.

CFieldCorrect

The field is the column or attribute (e.g., 'State', 'Priority') from a record that the filter condition applies to.

DOperatorCorrect

The operator specifies the type of comparison (e.g., 'is', 'contains', 'greater than') to be performed between the chosen field and the provided value.

Concept tested: Filter condition components

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

Topics

#Filtering#List conditions#UI navigation#Data querying

Community Discussion

No community discussion yet for this question.

Full CSA Practice