<p>Hi I have seen the</p>
<p> </p>
<p> </p>
<p> </p>
<p><<a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/forum/index.php?/topic/25662-binding-multiple-datasets-to-table/'>http://developer.actuate.com/community/forum/index.php?/topic/25662-binding-multiple-datasets-to-table/></a></p>
<p> </p>
<div> </div>
<div> </div>
<div>How do i take the value of a column of a data set in a different data set in birt. I have only one value in a data set How do i take the value in a different data set </div>
<div>I have tried this so far:</div>
<div> </div>
<div>the column name is not_usable of data set 1 </div>
<div>so i set the beforeOpen Script as:</div>
<div> </div>
<div>NotUsable= new Array();</div>
<div> </div>
<div>and </div>
<div> </div>
<div>OnFetch Script as </div>
<div>NotUsable[row["not_usable"]] = row["not_usable"];</div>
<div> </div>
<div>but the value is not fetched by the script i am using in the different dataset.</div>
<div> </div>
<div>Thanks</div>