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

surima.tvs3

Members
  • Posts

    9
  • 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 surima.tvs3

  1. Hi, You can try like below so you can able to generate the report with dynamic and optional data.

    SELECT .... COLUMNS
    FROM .... TABLE WITH JOINS
    WHERE (P."CR_NUMBER" LIKE '%$P!{crNumber}%' or $P!{crNumber} is null)
        AND (P."NAME" LIKE '%$P!{partyName}%' or $P!{partyName} is null)
        AND (D."PROV_DEC_REF_NUMBER" LIKE '%$P!{provRef}%' or $P!{provRef} is null)
        AND (D."DEC_REF_NUMBER" LIKE '%$P!{reference}%' or $P!{reference} is null)
        AND (D."VERSION_RECT" LIKE '%P!{version}%' or P!{version} is null)

  2. When generate the xlsx report from Jasper using Spring boot. Report generated successfully but getting some warning messages.
    In the report design we have not used any group by functions and any other functions. Report is created by drag and drop the field as a simple report.

    Please find the below warning content

    converted-file.png.56c0c19da1e75dffbb3a0ea75d9dbe3b.png

    We found a problem with some content in "test.xlsx". Do you want us to try to recover as much as we can? If you trust the source of this workbook, click Yes.

    After click yes, getting the below

    converted-file.png.65baa9d29efbf4e5853e02ca9c139cdb.png

    Excel completed file level validation and repair. Some parts of this workbook may have been repaired or discarded.

    Please suggest the steps to resolve the warning issue.

×
×
  • Create New...