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

nord_tramper

Members
  • Posts

    16
  • 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

Posts posted by nord_tramper

  1. You have following code in yo JRXML

    <filterExpression><![CDATA[$P{Seq_No}]]></filterExpression>[/code]

    Here should be an expression with result Boolean or nothing (BTW you have filter in your SQL in WHERE section and definitly dont need additional filter exrpression)

    <filterExpression></filterExpression>[/code]

     

    It will fix your report

  2. Hello!

     

    Look carefully to type of field in Dataset and Query dialog. Sometimes iReport and JasperSoft Studio can put wrong type there. In case you find java.lang.Boolean  -> simply change it to java.lang.String.

    If it will not help - please post here your JRXML file

  3. Hello!

    I have two subreports in main report located in details sections on tthe one line. Left subreport contain Crosstab which can be quite wide. The question is how to place second subreport at the right from first subreport and subreports should not overlap.

  4. Hello!

     

    Is there a possibility to use R1C1 notation for formula in JasperReports? Try to use "SUM(R[1]C:R[10]C"  as an expression with net.sf.jasperreports.export.xls.formula

    but Excel can't open the file and remove this formula. Excel swithced to R1C1 for fomulas

  5. I use JasperServer 2.1 with Oracle

    Whe I try to register new JasperServer Report at the final stage after message The report was validated successfully.

    and press button Save I get the following error message

    bla-bla-bla: JDBC rollback failed (see full stack trace into atachment)

    What's wrong?

     

×
×
  • Create New...