Hi.
i have transaction table which record all transaction.
i want summarize every year periode column jumlah group by NAMA LHA filtered by tanggal
kindly what the best approaches to solve this.
Kind Regards,
Year(Date). Use your Tanggal column as a replacement for DateI don’t think you can do that with a data grid, it is meant to show data coming from a specific table, and unless you have a row in that same table for “total”, it’s not going to work.
I would just explore options for creating a HTML table and display it in a rich text component.
Thanks @ThinhDinh @Jeff_Hager