Cascading Parameter with Multiple Values
Hello,
There has a problem with me.
I'm design a BIRT report, and use two Parameter
for example
Parameter one had three values : A, B, C
Parameter two had ten values : A1, A2, A3, A6, B2, B5, B8, C2, C4, C9
If Parameter one I choose A,
Parameter two choice value only need show A1, A2, A3, A6
If Parameter one I choose B,
Parameter two choice value only need show B2, B5, B8
If Parameter one I choose C,
Parameter two choice value only need show C2, C4, C9
And Parameter two can allow multiple choice,
I had try to use Cascading Parameter, but Cascading Parameter only support single choice value
Have any function can do this?
Thx