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

lordan

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

Security Advisories

Downloads

Posts posted by lordan

  1. Hi,

     

    I need some subreports in my main report to use a different data source than the main report.

    The main report will be filled by a talend job but the subreports have to use their own connection to

    a sql database. I really would hate to drag out all the logic I set up in my existing report and rebuild it in talend...

     

     

    Btw.:

    at the moment I am struggling with talend and using a report with subreports at all...a testreport is working fine with talend as long it does not contain a subreport. the second I add the plainest subreport (just a "Test"-Text in Title, no other bands, no data connection etc.) it fails giving my this:

    Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/groovy/control/CompilationFailedException
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.newInstance0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at net.sf.jasperreports.engine.JasperCompileManager.getCompiler(JasperCompileManager.java:472)
        at net.sf.jasperreports.engine.JasperCompileManager.loadEvaluator(JasperCompileManager.java:238)
        at net.sf.jasperreports.engine.JasperCompileManager.loadEvaluator(JasperCompileManager.java:260)
        at net.sf.jasperreports.engine.fill.JRFillSubreport.evaluateSubreport(JRFillSubreport.java:328)
        at net.sf.jasperreports.engine.fill.JRFillSubreport.evaluate(JRFillSubreport.java:266)
        at net.sf.jasperreports.engine.fill.JRFillElementContainer.evaluate(JRFillElementContainer.java:256)
        at net.sf.jasperreports.engine.fill.JRFillBand.evaluate(JRFillBand.java:482)

    .

    .

    .

    [\quote]

     

    kind regards,

    Harald

  2. I can not manipulate the data in the database.

    So my only chance would be to escape the characters after the query before passing via URL.

    How can I escape it in the input control ?

    Just with some Java code in the setting of the value (input control details -> value and visible columns)?

     

    regards,

    Harald

  3. Hi,

     

    I designed a dashboard with a master report and some input controls.

    One of these input controls is a single select from a sql query.

    The selected value is passed to a report parameter.

    Everythings works fine with this input control unless the selected value contains a '&' - as far as i brought light to it.

    In such  a case the passed value is NULL.

    What did I miss or is there any workaround to mask special characters?

    Thanks in advance.


     

    Harald

×
×
  • Create New...