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)
how to get list box parameter values in java class
purushdk
Hi
I am using birt 2.3.
i have report parameter list where we can select multiple values.
how to get list box parameter values in java class.
what data type i can use to get list box values.
Thanks,
k.purushothaman
Find more posts tagged with
Comments
mwilliams
Hi k.purushothaman,<br />
<br />
You should be able to use any data type with a multi select parameter. You'll just need to step through the parameter object and add each parameter to a list and use an IN clause in your query. Something like the following post from the devShare:<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/devshare/designing-birt-reports/646-dynamic-multi-value-parameter-example-using-listbox/#description'>Dynamic
Multi-Value Parameter Example using ListBox - Designs & Code - BIRT Exchange</a>