Hi,
I need to create a report as follows:-
BRANCH Ave.Sales Rank
Per Customer
Brighton 50.67 2
Worthing 30.96 4
Hove 67.45 1
Horsham 44.67 3
I do NOT want to change the sequence of the branches in the report. The rank is based on the Average Sales value which is a formula as follows:-
SUM({Myfile.Sales},{BranchId})
/ SUM({@NoofCustomers},{BranchId})
I have tried using the NthLargest function but get an error that states that the Averages Sales formula field cannot be summarized.
I have also tried creating a Subreport but cannot sort this by Average Sales. Has anyone got any bright ideas on this problem???
NB. I am using Crystal Reports Version 10.
I need to create a report as follows:-
BRANCH Ave.Sales Rank
Per Customer
Brighton 50.67 2
Worthing 30.96 4
Hove 67.45 1
Horsham 44.67 3
I do NOT want to change the sequence of the branches in the report. The rank is based on the Average Sales value which is a formula as follows:-
SUM({Myfile.Sales},{BranchId})
/ SUM({@NoofCustomers},{BranchId})
I have tried using the NthLargest function but get an error that states that the Averages Sales formula field cannot be summarized.
I have also tried creating a Subreport but cannot sort this by Average Sales. Has anyone got any bright ideas on this problem???
NB. I am using Crystal Reports Version 10.