I want to get the sum of many columns after its group its like this here is my table
Name | Department | basic salary | EPF | ETF |
-------------------------------------------------------
Prasad Head Office 25000 1200 800
sean Head Office 25000 1200 800
------------------------------------------------------
Total 50000 2400 1600 // I want To get This Row In between every
------------------------------------------------------ Department Chage.How to add this row
John X1 30000 1500 950
karl x1 20000 1000 700
mena x1 10000 500 250
-----------------------------------------------------
Total 60000 3000 1900
-----------------------------------------------------