Need Average Sale Amount of each customer by Salesperson:
This is my YYD Summary for each salesperson
if {AR_CustomerSalesHistory.FiscalYear} = {?Fiscal Year} and {AR_CustomerSalesHistory.FiscalPeriod} in {?Fiscal Period} then {AR_CustomerSalesHistory.DollarsSold} else 0
This is number of Accounts with Sales
DistinctCount ({AR_Customer.CustomerNo}, {AR_Customer.SalespersonNo}) - {#CustomerCountNoYTDSales}
Thanks for your assistance.
This is my YYD Summary for each salesperson
if {AR_CustomerSalesHistory.FiscalYear} = {?Fiscal Year} and {AR_CustomerSalesHistory.FiscalPeriod} in {?Fiscal Period} then {AR_CustomerSalesHistory.DollarsSold} else 0
This is number of Accounts with Sales
DistinctCount ({AR_Customer.CustomerNo}, {AR_Customer.SalespersonNo}) - {#CustomerCountNoYTDSales}
Thanks for your assistance.