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

srikarkarumuri98

Members
  • Posts

    8
  • 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 srikarkarumuri98

  1. Hi There,

    I am required to generate jasper pdf reports via spring boot application. My main jasper (.jrxml) report contains 3 subreports. While providing JSON data as a input to report, the response pdf is generating with main report data only with no subreports included in pdf.

    I am getting exception like No JSON source was provided for subreports. Could you please kindly help me on this asap. Please find attached exception image.
    [enter image description here][1]


     

  2. I am new to jasper reports please help me on this question. How to split JSON string by special character and print rest if the string in a new line in Jasper reports.

    String Input : "1. GENERAL#2. LANDING DOORS#"

    Expected Output :

    1. GENERAL
    2. LANDING DOORS

    I need to split Input JSON String by "#" and print remaining data in a new line inside text field in jasper report.

    Advance Thanks

  3. Hi there,

    I am new to Jasper Reports, i need to print repeated data from JSON inside a text field with points. Below is the given JSON sample. Please help me asap on this. Here i need to print "SC_Comments" as a 2 points inside a text field. If comments added i need to get all the comments as a ponits in text filed. Please help me asap.

    "defectthrough": {
            "DEF_A": [
                {
                    "SC_Comments": "Following renewal the following test(s) should be carried out and documentary evidence of the test results made available in accordance with the SAFed Guidance Note - Supplementary Tests of In-Service Lifts.",
                    "SC_Type": "Non-Variable"
                },
                {
                    "SC_Comments": "Following repair the following test(s) should be carried out and documentary evidence of the test results made available in accordance with the SAFed Guidance Note - Supplementary Tests of In-Service Lifts.",
                    "SC_Type": "Non-Variable"
                }
            ]

    }

    Thanks in Advance.

×
×
  • Create New...