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

Missing first row while loading table from json datasource


Bharathwajan

Recommended Posts

 

Hey community,

  I am using JSON as my report's data source  which has the below given format

 

Quote

{     "Data": [       {         "parent_service_code": "Payments service code 1",         "service_code": "Service Code 1",         "Charge Code": "charge code 1",         "No of TX": "74",         "Price D/C": "0,56",         "Total D/C": "23"       },       {         "parent_service_code": "Payments service code 1",         "service_code": "Service Code 1",         "Charge Code": "charge code 1",         "No of TX": "74",         "Price D/C": "0,56",         "Total D/C": "23"       } ] }

then i had created

  •     a dataset with the json datasource   
  •     table(utilizing the dataset)   

  This table always ignores the first record .I had verified that the first record is loaded properly from the "Dataset and Query Dialog" window and all the fields are identified properly.

  There is similar case reported earlier "Ref. Case #00051723" but that solution is not relevant in my case ,Since I am not using any sub reports.

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...