displaying totals
540494Oct 30 2006 — edited Oct 31 2006hi all,
i want my output to be foll.format.
Type Valuetotal count
AAA 100 5
BBB 200 10
count,5 is the no.of records under type AAA
count,10 is the no.of records under type BBB
Value100 is the sum of all values under AAA(ie for 5 records)
Value200 is the sum of all values under BBB(ie for 10 records)
how can i get the ouput as above
please help..
thanks