rahulroy08
Programmer
Hi,
I have a sub group in my main group. But when I print the totals I need to print the values or sub-totals(totals of sub-groups) again in the main group too.
How do I do that.
Here is how it looks...
This is how it looks...
So I need the values of sub-totals again in the main group to calculate the sub-total points. How do I use it. Please help.
All the suggestions are appreciated.
Thanks,
Rahul.
I have a sub group in my main group. But when I print the totals I need to print the values or sub-totals(totals of sub-groups) again in the main group too.
How do I do that.
Here is how it looks...
Code:
Grp 1
sub-grp1
fld1 fld2 fld3
...
...
---------------
sub-total1
sub-grp2
fld1 fld2 fld3
...
...
---------------
subtotal2
(Grp-footer)
total
sub-total1 points (sub-total1)
sub-total2 points (sub-total2 * 2)
Total Points(stotal pts1 + stotal pts2)
This is how it looks...
So I need the values of sub-totals again in the main group to calculate the sub-total points. How do I use it. Please help.
All the suggestions are appreciated.
Thanks,
Rahul.