CSA · Question #417
What are the components that make up a filer condition? Choose 3 answers
The correct answer is C. Field. A filter condition in ServiceNow is typically composed of three main components: a Field, an Operator, and a Value.
Question
What are the components that make up a filer condition? Choose 3 answers
Options
- AColumn
- BMatch Criteria
- CField
- DValue
- EOperator
How the community answered
(31 responses)- C90% (28)
- D3% (1)
- E6% (2)
Why each option
A filter condition in ServiceNow is typically composed of three main components: a Field, an Operator, and a Value.
"Column" is functionally equivalent to 'Field' in the context of ServiceNow filter conditions, but 'Field' is the term used in the Condition Builder, making it redundant or less precise.
"Match Criteria" is a broader description of what a filter condition achieves, not a specific component within a single condition line itself.
The 'Field' specifies the column or attribute of a record on which the filter condition will be applied.
Concept tested: Filter Condition Components
Source: https://docs.servicenow.com/bundle/utah-now-platform/page/use/platform-user-interface/concept/c_ConditionBuilder.html
Topics
Community Discussion
No community discussion yet for this question.