"serviceDetails": [
{
"serviceNumber": "",
"circuitNumber": "",
"product": "",
"characteristics": [
""
],
"sites": [
{
"siteContract": "",
"plateId": "",
"latitude": "",
"longitude": ""
}
],
"childProducts": [
""
]
}
]
I need to send list of objects with this structure to my jasper report. Basicly I need to iterate over this list and will probably need subReports for each list. Will it be possible to map this object to report parameters and then pass list parameters as data for subQueries?
Roughly what i need in each row in report:
serviceNumber - circuitNumber - product characteristic 1 | characteristic 2 ...
- site 1
- site 2
- site 3
- childprod 1
- childprod 2 . . .