How to fetch from data sets only some selected value in a Birt report
![]()
Hello,
I have created a BIRT report on RTC 4.0.0. which prints some details from only some workitems. So I have created a parameter on my BIRT report. The values of this parameter are set when report is executed by a user selection of some Workitems. No problem, I have correctly my selected values on my parameter. Then I use this values on each Data Sets with a filter. I use for example this syntax : ![]() This syntax is correct and returns wanted values because I can use the operator "IN". However, this is a filter and I have just learnt that filter is applied after data sets is fetched ... So if many many data are reported from data sets, the filter is useless... I have discovered that it's better to use a parameter because data are filtered with this parameter before data sets are fetched ... And so many data are not returned !!! Problem : how can I use an operator as "IN" in the parameter configuration window ... I see that I can set a specific value but not a value which is stored on a parameter list. Thanks for your help Regards Mathieu |