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

phj0001

Members
  • Posts

    1
  • 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 phj0001

  1. Hello experts, I want to create below table from the json datasource in jasper studio Name of Scheme(s)Type of Transfer-in AccountsNumber of business daysTotal1234567>7HSBC Mandatory Provident Fund - SuperTrustPA45211332342000435EE CON + SEP4335991641000342HSBC Mandatory Provident Fund - SuperTrust PlusPA2098232949144001119EE CON + SEP149512693792000850HSBC Mandatory Provident Fund - SimpleChoicePA0066000012EE CON + SEP000000000i have created json datasource first , then created dataset but i am unable to bind that datasource with the table properly i have created json file like below, let me know if it is not correct: JSON: { "name of schema(s)": [{"HSBC mandatory fund":[{ "type of transfer-in accounts": "PA", "number of business days": [ { "1": 45, "2": 21,"3": 133,"4": 234,"5": 2,"6": 0,"7": 0,">7": 0 } ], "Total": 435},{ "type of transfer-in accounts": "EE CON + SEP", "number of business days": [ { "1": 43, "2": 35,"3": 99,"4": 164,"5": 1,"6": 0,"7": 0,">7": 0 } ], "Total": 342}] } ]} please help me out with how to create that table in jasper studioi want jrxml file of that table and want it to use somewhere else thanks in advance:)
×
×
  • Create New...