Hi
I am facing problem in getting Sum of one particular column.
Description : The data displayed in report is like :
profile prodclass prodservice accbal exposure
1 a x 100 10
1 a y 100 20
1 a z 300 30
2 b p 20 1000
2 b q 40 2000
2 b r 60 3000
Now i want the sum of accbal as per the productclass and also below the product class name , but it should be done without Break as break causes some problem in Excel sheet.
Desired data:
profile prodclass prodservice accbal exposure
1 a x 100 10
1 a y 100 20
1 a z 300 30
600
2 b p 20 1000
2 b q 40 2000
2 b r 60 3000
120
Is there any way to do this ? I tried implementing by inserting Row , but row is inserted after every row.
If anyone knows , please suggest some idea.
Thanks
Aniket
aniketp (BOB member since 2007-10-05)