Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
BUG in v2.3.2 setting multiple values parameters via param tag lib?
Skandy
Hi,
i'm using the code below to set values for a multiple values parameter "testMultiValuesParam"
If i create the parameter "testMultiValuesParam" in my report as a Listbox and allow multiple values params["testMultiValuesParam"].value is always null ! (I've tried static and dynamic values from dataset when defining the report parameter)
I've tried with the same code defining the parameter as a textbox (single value), params["testMultiValuesParam"].value returns the first value defined in the tag lib ( it returns Cust1 )
<birt:viewer id="birtViewer" pattern="run" showToolBar="false" showNavigationBar="false" showTitle="false" reportDesign="test.rptdesign"
height="768"
width="1024"
format="html"
>
<birt:param name="testMultiValuesParam">
<birt:value>Cust1</birt:value>
<birt:value>Cust2</birt:value>
</birt:param>
</birt:viewer>
BIRT 2.3.2.r232_20090202 Build <2.3.2.v20090218-0730> (both designer and engine)
Thank you for helping.
Find more posts tagged with
Comments
Skandy
I've just reported this BUG <a class='bbc_url' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=272306'>https://bugs.eclipse.org/bugs/show_bug.cgi?id=272306</a><br
/>
<br />
I've tried to set a single parameter value via param tag lib and it works. When trying to do the same with a multiple-values parameter, no change is made to its values.<br />
<br />
This is really blocking.<br />
<br />
Thanks.