It's all about the answers!

Ask a question

i want to filter one data item with two more values


vasanthakumari hariharan (2322) | asked Jan 03 '17, 4:55 a.m.
 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



permanent link
Steve Mulligan (1761321) | answered Jan 03 '17, 8:45 a.m.
You have two options:
1. [request type]='task' OR [request type]='defect'
2. [request type] in ('task', 'defect')

Your answer


Register or to post 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.