C
chickalina
I have a report that is working fine except for one thing.... I want
subtotals based on a field. On the form this is a drop down box with one of
three choices. I need the totals based on each of these three choices, BUT,
since the report is by country I need the totals in the Country Footer (I
think)
Country 2005 2006 2007 2008
Local
Item1
Item2
Item3
Local total
NotLocal
Item4
Item5
Item6
NotLocal total
(this is the problem part, based on all records, the following should total)
TotalCredit
TotalCash
TotalCredit and Cash
GRAND TOTAL
I've tried the following (in the Country Footer)
=Val(nz([SumYear1],([benefittype]="cash only")))
=Sum(nz([benefittype]="etr only"))
and some others....
Help, please...
Thanks.
subtotals based on a field. On the form this is a drop down box with one of
three choices. I need the totals based on each of these three choices, BUT,
since the report is by country I need the totals in the Country Footer (I
think)
Country 2005 2006 2007 2008
Local
Item1
Item2
Item3
Local total
NotLocal
Item4
Item5
Item6
NotLocal total
(this is the problem part, based on all records, the following should total)
TotalCredit
TotalCash
TotalCredit and Cash
GRAND TOTAL
I've tried the following (in the Country Footer)
=Val(nz([SumYear1],([benefittype]="cash only")))
=Sum(nz([benefittype]="etr only"))
and some others....
Help, please...
Thanks.