[{
"reportTemplate": "Attribute List Group Letter Landscape", // name of the template
"reportOptions": {
"Report Section": {
"name": "My Report", // name of the report section
"sourceId": "my_source", // report section data source
"groupSections": { // field(s) used for grouping
"Group Header: [group-field-value]": "Subdivision"
},
"fieldElements": { // field(s) used for dynamic field values
"Field 1": "APN10",
"Field 2": "Address",
},
"fieldLabelElements": {
"Field Label 1": "Parcel",
"Field Label 2": "Street Address"
},
"statisticElements": { // field(s) used for statistics
"Count Statistic Field 1": "APN10",
} }
}
},
{
"reportTemplate": "Custom_AttrList_RelatedReport_Port",
"reportOptions": {
"Report Section": {
"name": "States Report",
"sourceId": "us-states",
"fieldElements": {
"Field 1": "Name",
"Field 2": "Population",
"Field 3": "Region"
},
"fieldLabelElements": {
"Field Label 1": "State Name",
"Field Label 2": "Current Population",
"Field Label 3": "Region"
},
"statisticElements": {
"Count Statistic Field 1": "Name"
}
},
"Related Report Section": {
"relatedId": "R1L1statesL0cities", //related report Id
"sourceId": "us-cities", //related report data source
"fieldElements": {
"Related Field 1": "SqMi_Area",
"Related Field 2": "Population"
},
"fieldLabelElements": {
"Related Field Label 1": "Area",
"Related Field Label 2": "Population"
} }
}
}]