I am needing to calculate a series of numbers for a quintile analysis. I have a report that contains a duration field in minutes. The report is sorted on this duration field from low to high. I need to divide these records into the 5 quintiles (for example purposes, let's say I have 50 records, these records would be divided into groups of 10). Within those groups I need to derive the highest value so that I can report that all tasks in the first quintile took less than "x" minutes. I then need to do the same for the second, third, fourth and fifth quintiles. Is there a way to have Crystal Reports perform this analysis?