Correct Answer: A,C,D
A filter condition in ServiceNow consists of three essential components that define how data is filtered in lists, reports, and queries. These components determine which records meet specific criteria.
Components of a Filter Condition:
Column (D) - Represents the field in the table that is being filtered (e.g., "Priority" in the incident table).
Operator (A) - Defines the comparison method, such as is, contains, starts with, greater than, etc.
Value (C) - Specifies the criteria used for filtering (e.g., "High" for Priority).
Example of a Filter Condition in an Incident Table:
Priority is High
Column: Priority
Operator: is
Value: High
Why Other Options Are Incorrect:
B . Match Criteria → Not a defined component; filtering is based on column, operator, and value.
E . Field → While "Field" is a general term, ServiceNow officially uses "Column" in filter conditions.
Reference:
ServiceNow Docs: Using Filters in Lists
ServiceNow CSA Official Study Materials
Recent Comments (The most recent comments are at the top.)
Incorrect answer: Correct is A, C, E
A ServiceNow filter condition is composed of three core elements:
Field → the field being evaluated (e.g., State, Priority)
Operator → the comparison logic (e.g., is, is not, greater than)
Value → the value being compared against (e.g., Closed, 1 - Critical)
Why others are incorrect:
B. Match Criteria → not a standard component of a single condition (used at a higher level for grouping conditions like AND/OR)
D. Column → informal term; ServiceNow uses Field as the correct term