Jump to content

armercer

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by armercer

  1. I have a report with a table. The table data are results from a SQL query. I need to create a hyperlink from the field, $F{id}.  The hyperlink needs to pass the value of $F{id}  to the other report. Both reports work independently. I need to know how to link them so that my client can click on the id field and that field value is passed as a parameter to the other report. I am using JasperSoft Studio Community 5.6.0.  I do not use JasperServer.

    Thank you.

     

     

  2. In the .jrxml file, I have a textField with an expression :

    <textField>
                    <reportElement x="580" y="40" width="222" height="20" uuid="d17eb83e-cdea-42e4-9ed2-dab90731866d"/>
                    <textFieldExpression><![CDATA[iF($F{total_items} != 0,$F{total_items_detected} / $F{total_items},0)]]></textFieldExpression>
                </textField>

    When I run the report in JasperStudio it previews but when I run the same report in my web app, I get this error:

    Error evaluating expression :
        Source text : IF($F{total_items} != 0,$F{total_items_detected} / $F{total_items},0)

×
×
  • Create New...