KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Update from a Report #237

Open Mark.smith opened this topic on on Apr 1, 2018 - 1 comments

Mark.smith commented on Apr 1, 2018

Hello, Can you use a report with an input field and submit the report and update a field in your database/datasource?

KoolReport commented on Apr 5, 2018

Absolutely, although KoolReport is primarily used for withdrawing data and visualizing them. But it is on PHP platform and you can do whatever you want. When the input field it posted to server, you can just catch it and do update to database. You can do as following.

$this->src("mysource")->query("UPDATE ... ")->start();

This will execute the UPDATE query.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None