i want to filter one data item with two more values
eg., for Request type query i need both task and defect what is the exact expression definition if it is one means i can use [request type]='task' if it is more than one means?
|
One answer
You have two options:
1. [request type]='task' OR [request type]='defect' 2. [request type] in ('task', 'defect') |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.