Jump to content
We've recently updated our Privacy Statement, available here ×

inimish

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by inimish

  1. Hi, Do i need to change the jrxml or the exporter? I tried making a jar out of the components you suggested and got the jar in my classpath, yet isBold is not working for me.
  2. here is the entire text field used in the JRXML: <textField hyperlinkType="None"> <reportElement x="284" y="500" width="100" height="9" isRemoveLineWhenBlank="true"> <printWhenExpression><![CDATA[(!$F{dependantDOB1}.isEmpty() ? Boolean.TRUE : Boolean.FALSE)]]></printWhenExpression> </reportElement> <textElement> <font size="7"/> </textElement> <textFieldExpression class="java.lang.String"><![CDATA[$F{dependantDOB1}]]></textFieldExpression> </textField>
  3. Hi Lucian, I am facing same error, but I am not using int or long anywhere. following is the error I am facing: O @@@@: net.sf.jasperreports.engine.fill.JRExpressionEvalException: Error evaluating expression : Source text : (!$F{dependantDOB1}.isEmpty() ? Boolean.TRUE : Boolean.FALSE) <reportElement x="284" y="500" width="100" height="9" isRemoveLineWhenBlank="true"> and this is that part of JRXML: <printWhenExpression><![CDATA[(!$F{dependantDOB1}.isEmpty() ? Boolean.TRUE : Boolean.FALSE)]]></printWhenExpression> would you happen to know what may have gone wrong in this case? Thanks in advance. </reportElement>
  4. isRemoveBlank works for me ... but the problem is that everything below it moves up. I have a static image that is not supposed to move up. I tried to fix its position while making float for others. Yet it gives the same problem.
×
×
  • Create New...