Hi,<br />
<br />
I am designing a BIRT report and I was trying to create a multi select cascading parameter in which i have 2 cascading parameter, both multi select, and the selection of first affects the values shown in 2nd parameter. User can select multiple values and 2ns parameter will have values based on all the selection in first.<br />
Similar to the complex case mentioned in this bug:<br />
<a class='bbc_url' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=208477'>208477</a><br />
<br />
I tried a lot to achieve this by using Filters in the data set with the use of 'IN' for 'WHERE' clause and also by scripts in 'beforeOpen' event of the data set, but nothing woeked. I want to know if this is possible in BIRT. If yes then can somebody please explain me how to do it.<br />
<br />
Thanks<br />
Avinash