Summing a Group row in Template.
I want to sum a Grouped row in a tempate.
sum of A 5
B 7/8=1
sum of A 6
B 8/8=1
sum of A 2
B 2/8=1
Grand Total of B 3 (required)
now i need to sum the row B... where B is got by A div 8.
I want to how to add the rows. if am adding all the values and div by 8 then am getting 2 which is worng
Kindly help me.
Regards,
Vinoth.