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.
Question
What are the three components of a filter condition?
Options
- ATable
- BValue
- CField
- DOperator
How the community answered
(27 responses)- A7% (2)
- B93% (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.
While filters operate on data within tables, the table itself is the data source context, not a component of the filter condition's expression.
The value is the specific data point (e.g., 'Active', 'High') that a field is compared against in a filter condition.
The field is the column or attribute (e.g., 'State', 'Priority') from a record that the filter condition applies to.
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
Community Discussion
No community discussion yet for this question.