Closed jarorehu closed 1 week ago
I started a small investigation and of course currently this option is unsupported. It is not a bug, the source code contains a hint that the display text is unsupported of multi selection parameters.
Currently I try to figure out the reason and will check if there is an improvement possible.
The situation till BIRT 4.17 is like discribed that the feature is unsupported. With ticket #1981 an enhancement is planned and can be provied in best case with BIRT 4.18.
Hello all, for parameters with multiple values - combo or list box - you can use this code to get selected values:
But this doesn't work for displayed text for options (labels)
TypeError: Cannot call method "join" of null
Function getParameterDisplayText() return value only for combo without "allow returning single value". Is it bug or is there some simple option to get Text for multiple checked values?
Regards