<p>Hi I'm using a list box type paramet in my report. <br>
I can take the value of each item selected in the parameter by params["sample"].value</p>
<p>And if it's just a combo box type parameter i can take the display text also from params["sample"].displayText</p>
<p> </p>
<p>but when it's a list box type parameter how can i get the display text of each item selected?</p>
<p> </p>
<p>I followed this question also but couldn't find a proper answer to my question.</p>
<p><a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/forum/index.php?/topic/19869-displaying-label-of-dynamic-parameter-list-box-in-report/'>http://developer.actuate.com/community/forum/index.php?/topic/19869-displaying-label-of-dynamic-parameter-list-box-in-report/</a></p>
<p> </p>
<p>I tried these methods but it gave errors. Is this not possible in BIRT?</p>
<p> </p>
<p>params["sample"].value[0].displayText</p>
<p>params["sample"].displayText[0]</p>
<p>params["sample"].displayText</p>
<p> </p>
<p> </p>