crystalpro
Technical User
I have a report in which I show the sales by customer for each sales rep for a specified date range. The sales is a formula:
{@Gross Sales} = {JrnlRow.Quantity} * {JrnlRow.UnitCost}
I need to report the percentage of sales the sales amount (gross sales column)is.
Report should subtotal by customer, then subtotal by Sales Person and a Grand Total
Group #1 is the Sales Rep
Group # 2 is the Customer
My columns are:
Customer Invoice Item Gross Sales % of Sales
Joe 222 444 50.00 20%
Jack 245 554 100.00 40%
Sam 342 565 100.00 40%
Total for Sales Rep X 250.00 56%
Joe 242 444 50.00 25%
Jim 231 444 50.00 25%
Scot 221 554 100.00 50%
Total for Sales Rep Y 200.00 44%
Grand Total 450.00
How can I get a formula to work for the % of Sales column for the customer group and then one for the total sales rep?
{@Gross Sales} = {JrnlRow.Quantity} * {JrnlRow.UnitCost}
I need to report the percentage of sales the sales amount (gross sales column)is.
Report should subtotal by customer, then subtotal by Sales Person and a Grand Total
Group #1 is the Sales Rep
Group # 2 is the Customer
My columns are:
Customer Invoice Item Gross Sales % of Sales
Joe 222 444 50.00 20%
Jack 245 554 100.00 40%
Sam 342 565 100.00 40%
Total for Sales Rep X 250.00 56%
Joe 242 444 50.00 25%
Jim 231 444 50.00 25%
Scot 221 554 100.00 50%
Total for Sales Rep Y 200.00 44%
Grand Total 450.00
How can I get a formula to work for the % of Sales column for the customer group and then one for the total sales rep?