Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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?

0 votes



One answer

Permanent link
You have two options:
1. [request type]='task' OR [request type]='defect'
2. [request type] in ('task', 'defect')

1 vote

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 03 '17, 4:55 a.m.

Question was seen: 1,503 times

Last updated: Jan 03 '17, 8:45 a.m.

Confirmation Cancel Confirm