0
I have a problem generating the report, the function does not work print when expression
, always the report shows that line with the value null
I’m doing so in line
<printWhenExpression><![CDATA[new Boolean($F{codProduto} != null)]]></printWhenExpression>
but always the report appears this line in cinza
written null
:
How can I resolve this situation?