I have a report that is grouped on employee id but I need to sort the group ids in an order that shows the employees with a higher total of accounts in the grouping first. The total is derived by totaling the counts of 3 other fields on the detail line.
I thought that maybe I could code the following in the sorting and grouping box in one continuous string, but it didn't make any difference:
=[qrySelect_Good_Referrals_by_NBK.CountOfReferral_Quality]+[qrySelect_Rejected_Incomplete_by_NBK.CountOfReferral_Quality]+[qrySelect_Rejected_Incomplete_by_NBK.CountOfReferral_Quality]
The employee does show in the sorting and grouping box as sorting ascending, but I do want it to be the grouping.
Any ideas? Thanks!
I thought that maybe I could code the following in the sorting and grouping box in one continuous string, but it didn't make any difference:
=[qrySelect_Good_Referrals_by_NBK.CountOfReferral_Quality]+[qrySelect_Rejected_Incomplete_by_NBK.CountOfReferral_Quality]+[qrySelect_Rejected_Incomplete_by_NBK.CountOfReferral_Quality]
The employee does show in the sorting and grouping box as sorting ascending, but I do want it to be the grouping.
Any ideas? Thanks!