Each record in my report has a start and stop date which represent when the record was processed.
There are two groupings in the report.
For each grouping, I need to see how long each record took to process and then figure out the average.
Once I get that average, I want to see what percent of the records fell below the average and what percent were above (to see if there are any records that are extremes and might yield misguiding averages)
What I'm doing right now is for each record (in the Details which are supressed) I'm calculating the number of days it took to process that record.
Then, in each group footer, I calculate the average of those numbers.
What I need is how to now, after figuring out the average, figure out how many records were below the average and how many were above.
How do I do this?
TIA.
There are two groupings in the report.
For each grouping, I need to see how long each record took to process and then figure out the average.
Once I get that average, I want to see what percent of the records fell below the average and what percent were above (to see if there are any records that are extremes and might yield misguiding averages)
What I'm doing right now is for each record (in the Details which are supressed) I'm calculating the number of days it took to process that record.
Then, in each group footer, I calculate the average of those numbers.
What I need is how to now, after figuring out the average, figure out how many records were below the average and how many were above.
How do I do this?
TIA.