C
chrismontora
Guest
Hi.
I have a report with 3 levels of grouping:G1,G2,G3 and details. It will look like this:
G1
G2
G3
details (value)
G3
details (value)
G2
G3
details (value)
................
1. How can I calculate subtotals for each group?
2. Can I place subtotals in group header, not in footer?
Update: 1. How can I calculate for G1,G2,G3 subtotals of values from another table? Can I create custom fields to calculate this: "SELECT SUM(Dvalue) FROM AnotherTable WHERE G1 AND G2 AND G3"?
Thanks.
I have a report with 3 levels of grouping:G1,G2,G3 and details. It will look like this:
G1
G2
G3
details (value)
G3
details (value)
G2
G3
details (value)
................
1. How can I calculate subtotals for each group?
2. Can I place subtotals in group header, not in footer?
Update: 1. How can I calculate for G1,G2,G3 subtotals of values from another table? Can I create custom fields to calculate this: "SELECT SUM(Dvalue) FROM AnotherTable WHERE G1 AND G2 AND G3"?
Thanks.
Last edited: