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

ronkiron

Members
  • Posts

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

Everything posted by ronkiron

  1. Hi Gayathri, I'm looking for a similar solution to have nested tables, please let me know if you've found a way to resolve this issue. Thank you!
  2. Hi All, I have a requirement to create a table using Json data and export to .xlsx format. I'm able to create the table as shown below: The requuirement I have is to iterate the values in A, B, C and D columns based on the number of rows in the E and F columns. The expected output is: The Json file I've used to print the table is : { "root": [{ "firstName": "John", "lastName": "Doe", "accounts": [{ "bank": "LLOYDS", "accountNumber": 123456, "references": [{ "name": "Eva Doe", "refAccountNumber": 6549873 }, { "name": "Robin Doe", "refAccountNumber": 3216545 }, { "name": "Peter Doe", "refAccountNumber": 9876549 } ] }] }, { "firstName": "James", "lastName": "Doe", "accounts": [{ "bank": "HSBC", "accountNumber": 654321, "references": [{ "name": "Sam Doe", "refAccountNumber": 6549873 }, { "name": "Roger Doe", "refAccountNumber": 3216545 }, { "name": "Jason Doe", "refAccountNumber": 9876549 } ] }] } ]}[/code]Please review the attached .jrxml file and help me to iterate the values in A, B, C and D columns based on the number of rows in the E and F columns and get the expected output as shown in the pic above. Thank you all so much!
  3. Hi, I need to change an existing Jasper Report font from Calibri to Gotham. When I use Gotham font, the alignment of the text is getting changed and the text is getting cluttered. I have tried using other fonts, the text remains normal except for Gotham font. Please help me with the solution. Thank you!
×
×
  • Create New...