How to filter multiple conditions in one statement in BIRT
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
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.