T
tinab
I have a report with a CategoryID header and footer. In the detail
section I have the ProductID field, Quantity field and a Price field
with the calculation Quantity * Unit PRice. In the CategoryID footer
I have a text box for a subtotal of that category
=Sum([Quantity]*[UnitPrice]) and one called GSTTax
=Sum([Quantity]*[UnitPrice])*[GST] and one called PSTTax
=Sum([Quantity]*[UnitPrice])*[PST]. In the report footer I want to
create a field to show total PSTTotal and total GSTTotal for this
report. I used the formula =Sum([Quantity]*[UnitPrice])*[GST] and it
works for the GST but not PST because some categories have a $0.00
PSTTax. Thanks, Tina
section I have the ProductID field, Quantity field and a Price field
with the calculation Quantity * Unit PRice. In the CategoryID footer
I have a text box for a subtotal of that category
=Sum([Quantity]*[UnitPrice]) and one called GSTTax
=Sum([Quantity]*[UnitPrice])*[GST] and one called PSTTax
=Sum([Quantity]*[UnitPrice])*[PST]. In the report footer I want to
create a field to show total PSTTotal and total GSTTotal for this
report. I used the formula =Sum([Quantity]*[UnitPrice])*[GST] and it
works for the GST but not PST because some categories have a $0.00
PSTTax. Thanks, Tina