Using The Report Helper
-
In the Report Helper, you can either:
Use an existing JSON configuration-
Click Load Existing Configuration.
The Load Existing Configuration dialog box displays.
-
Copy and paste your JSON configuration for the custom data table into the dialog box.
ExampleCopy{
"TableConfig": {
"columns": [
{
"data": "ItemCode",
"title": "Item Code"
},
{
"data": "ItemName",
"title": "Item Name"
},
{
"footer": "SUM",
"data": "ItemWeight",
"title": "Item Weight"
}
],
"order": [
2,
"asc"
]
}
} -
Click Load.
Generate a configuration form SQL-
Click Generate Configuration From SQL.
The Generate Configuration From SQL dialog box displays.
-
Copy and paste your SQL for the custom report into the dialog box.
-
Click Generate.
The Sorting and Columns sections update with the information from your configuration.
-
-
Make adjustments to the Sorting and Columns sections, as needed.
-
Click Output Configuration.
The JSON code displays below the columns section.
-
Copy the code into the customer's report configuration in the REP table.