R
rob p
I had previously posted about this and got solution for total sum. I need a
little different sum and can't seem to figure it out.
Main report has records AAA, BBB, CCC.
AAA has one subreport record with amount of 1,000. Same with BBB. CCC has
two records with amounts of 1,000. Total of amount is 4,000.)
My report has one record per page with an amount like this:
AAA 1,000
next page
BBB 1,000
next page
How do I get
CCC 2,000 instead of two amounts of 1,000 showing up. I tried
=SUM([Amount]) but that give me sum of all (4,000) not just for the CCC
record. By the way, this could be any record with multiple amount, not just
CCC.
thanks.
little different sum and can't seem to figure it out.
Main report has records AAA, BBB, CCC.
AAA has one subreport record with amount of 1,000. Same with BBB. CCC has
two records with amounts of 1,000. Total of amount is 4,000.)
My report has one record per page with an amount like this:
AAA 1,000
next page
BBB 1,000
next page
How do I get
CCC 2,000 instead of two amounts of 1,000 showing up. I tried
=SUM([Amount]) but that give me sum of all (4,000) not just for the CCC
record. By the way, this could be any record with multiple amount, not just
CCC.
thanks.