Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
                
                Forum's Guidelines
            
I have a variable called gross_last_total from the code below. Could i apply this variable into empty_column of CalculatedColumn above? So, when i call empty_column in report.view, it shows me sum value of gross_last. Thanks.
->pipe(new AggregatedColumn(array(
            "gross_last_total"=>array("sum","gross_last")
        )))
    
                                Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo