Dominican1979
IS-IT--Management
I'm creating a commissions report for sales reps at the company I work for. I need to be able to summarize a running total at the end as well as formulas derived from the running total. Here’s what I have so far:
CustNo, Name, GroupNo, NetInvoiced, GroupDiscount, CommissionBase, Commission
I created a group on CustNo, and placed all the fields and formulas above in the group footer to display summarized data for each customer. This all works fine, However I need to show a grand total at the end of the report for each summary field above. I tried just adding the same formulas on the report footer, but shows me whatever the last summary record was. Here’s how I break down my calculations:
NetInvoiced = Running total field
GroupDiscount = NetInvoiced * 0.1 (depends on the GroupNo)
CommissionBase = NetInvoiced – GroupDiscount
Commission = Commission Base * CommissionRate (comes from the sales rep table)
Your help will be greatly appreciated, thank you!
CustNo, Name, GroupNo, NetInvoiced, GroupDiscount, CommissionBase, Commission
I created a group on CustNo, and placed all the fields and formulas above in the group footer to display summarized data for each customer. This all works fine, However I need to show a grand total at the end of the report for each summary field above. I tried just adding the same formulas on the report footer, but shows me whatever the last summary record was. Here’s how I break down my calculations:
NetInvoiced = Running total field
GroupDiscount = NetInvoiced * 0.1 (depends on the GroupNo)
CommissionBase = NetInvoiced – GroupDiscount
Commission = Commission Base * CommissionRate (comes from the sales rep table)
Your help will be greatly appreciated, thank you!