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.
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)- A89% (17)
- B5% (1)
- C5% (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.
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.
'Condition' is too general and isn't one of the distinct components; the components collectively form the condition.
'Condition' is repetitive and not a precise component name; 'Operator' is the correct term for the comparison logic.
'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
Community Discussion
No community discussion yet for this question.