Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Pls decode your json to array with like this:
$arrData = json_decode($jsonString, true);
Then use $arrData with an ArrayDataSource:
https://www.koolreport.com/docs/datasources/arraydatasource/
Pipe the data to a datastore in report setup and use a chart to display the datastore in report view. Rgds,
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo