At runtime, I'm already successful at changing the grouping for a Crystal Report I'm displaying through my VB App.
However, I can't seem to get the "Group" to sort according to it's summary field.
Anyone have some suggestions?
---
Basically, I have a report that's grouped by Region, BranchOffice and then by Sales Rep. This report contains information about how many applications these Sales Reps turn in to us, how many of those applications are rejected, and how many are deficient.
I'd like to be able to (on the fly) sort DESCENDING this report based on the run-time summation of Count(DeficientApps) for example. That way my client can get a list of those TOP 10, 20 whatever slacker Sales Reps who keep turning in deficient applications.
Any thoughts on how to do this through VB code at run time?
Thanks in advance!
Jeff Rhine
However, I can't seem to get the "Group" to sort according to it's summary field.
Anyone have some suggestions?
---
Basically, I have a report that's grouped by Region, BranchOffice and then by Sales Rep. This report contains information about how many applications these Sales Reps turn in to us, how many of those applications are rejected, and how many are deficient.
I'd like to be able to (on the fly) sort DESCENDING this report based on the run-time summation of Count(DeficientApps) for example. That way my client can get a list of those TOP 10, 20 whatever slacker Sales Reps who keep turning in deficient applications.
Any thoughts on how to do this through VB code at run time?
Thanks in advance!
Jeff Rhine