We need a report with cascading parameters with multiple values on each level. I have got so far as here: <a class='bbc_url' href='
http://www.birt-exchange.com/forum/designing-birt-reports/10129-need-display-multiple-value-parameter.html'>http://www.birt-exchange.com/forum/designing-birt-reports/10129-need-display-multiple-value-parameter.html</a><br />
(I have added the beforeOpen script and have changed the scalar parameter type)<br />
<br />
This works just fine for the last level of the cascading parameters, but not on the first level: there is no way to trigger the next level of the cascading parameters, since the automatic triggering is only active for single values.<br />
<br />
Thus I want to design a custom parameter page where I put a button next to the cascading parameter levels which shall trigger the next level of the cascading parameters. What action do I fire to trigger the next level?<br />
<br />
(please see the attached jpg for the looks of it in Access: the blue arrows are the buttons to trigger the next level. The attached report shows how far I got: multiple values for both parameters, but I cannot select any valus from the first list)