Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
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.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo