Hi,
I have this JSON:
{
"selecteddate": {
"result": [
{
"runResultId": 12837,
"runId": 8753,
"Name": "Lev",
"host": "Isr"
}
],
"totalrecords": 1
},
"previousday": {
"result": [
{
"runResultId": 12837,
"runId": 8753,
"Name": "Lev",
"host": "ldn"
}
],
"totalrecords": 1
}
}
I want to take all the details from selecteddate as main Grid and to created nested grid from previousday
the connection between the main grid and the nested one according to Name.
Can someone help me because I have a problem to read the data once and to build the nested and to do the join according to name.
Thanks a lot