Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
First, please download the KoolReport v.1.47.3
For table 1, you do:
Table::create(array(
"showFooter"=>"bottom",
"columns"=>array(
"month"=>array(
"footerText"=>"Sum:"
),
"savings"=>array(
"footer"=>"sum"
)
)
))
For table 2, you do:
Table::create(array(
"removeDuplicate"=>array("saving_for_holiday")
))
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo