Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
In the Table, you can exclude that columns from being displaying by
Table::create(array(
"excludedColumns"=>array("totalqty")
))
You you want to use RemoveColumn, you must use after the CalculatedColumn of qty/Tr
->pipe(new RemoveColumn(array("totalqty"))
Hope that helps.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo