I want to create 3 tables (in single report) from single json based dataset.
I'm able to create one table but while creating another I'm not sure what to use in datasource connection
For creating the first table I have used $P{REPORT_DATA_SOURCE}
as datasource connection while binding dataset to table, but for second and third tables I'm not sure how to bind that single dataset with all 3 tables
consider below json:
[
{
"name": "HSBC Mandatory Provident Fund - SuperTrust",
"Type of Transfer-in Accounts": "PA",
"1": 5,
"2": 5,
"3": 5,
"4": 5,
"5": 5,
"6": 5,
"7": 5,
"8": 5,
"9": 5,
"10": 5,
"11": 5,
"12": 5,
"13": 5,
"14": 5,
"15": 5,
">7": 5,
"total": 35}
]
expected output: expected output
now below this table i want to create another table but instead of 1 to 7 days i want to show data of 8 to 15 from json thats it