It's all about the answers!

Ask a question

How to filter multiple conditions in one statement in BIRT


Tal Rabinovitch (4721615) | asked Nov 22 '12, 6:32 a.m.
Hi,
I have a data set which returns a bunch of defects.
I want it only to return the defects associated with specific team areas.
I want the filter to give me only the defects that belong to 'Team Area X' OR 'Team Area Y' OR 'Team Area Z'.
How can I do that ?
I can see how to create a single filter for a specific Team Area, but when I try to add an OR condition inside the statement, it just doesn't work.
Any help ?

Accepted answer


permanent link
Vladimir Amelin (70472226) | answered Nov 22 '12, 6:47 a.m.

You can use Advanced Data Set type with SQL-like syntax for parameters.

See https://jazz.net/forum/questions/51942/question-on-jazz-advanced-data-set-birt

In "Ordinary" Data Set you can try statement '\'Team Area X\',\'Team Area Y\'' as OR condition in parameter section.

Tal Rabinovitch selected this answer as the correct answer

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.