<p>Hi,</p>
<p>I have a table linked to a dataset which has an element of type boolean called isReccurent.</p>
<p>
If true then I want to display a check mark in the column.<br>
If false, I don't display anything.<br>
My data element of the table is well bound to the table/dataset because I can see true or false when running the report.</p>
<p> </p>
<p><u>My problem: </u></p>
<p> </p>
<p> </p>
<p>I have a text Item property content type = HTML.</p>
<p>The content property contains :</p>
<p> </p>
<div><VALUE-OF></div>
<div>if( row["isRecurrent"]){</div>
<div>"✓";</div>
<div>}else{</div>
<div>"";</div>
<div>}</div>
<div></VALUE-OF></div>
<div> </div>
<div>Check mark code was found here --> <a data-ipb='nomediaparse' href='
http://www.fileformat.info/info/unicode/char/2713/index.htm'>http://www.fileformat.info/info/unicode/char/2713/index.htm</a></div>
<div> </div>
<div> </div>
<div>It works with version:</div>
<div> </div>
<div><strong><property name="createdBy">Eclipse BIRT Designer Version 4.3.1.v201309091055 Build <4.3.1.v20130917-1035></property></strong></div>
<div> </div>
<div> </div>
<div>It does not work with version:</div>
<div> </div>
<div><strong><property name="createdBy">Eclipse BIRT Designer Version 4.4.2.v201410272105 Build <4.4.2.v20150217-1805></property></strong></div>
<div> </div>
<div>Any suggestions?</div>
<div> </div>
<div>Many thanks in advance ^^</div>