CoSpringsGuy
IS-IT--Management
I have a requirement to group data in a way I have never done before.
I have 2,000 records each containing a score. I need to group the data in equal groups of ten. the resulting data would need to look like this.
Score number of records
0 to 218 100
219 to 400 100
401 to 450 100
451 to 550 100
551 to 650 100
651 to 722 100
723 to 800 100
810 to 850 100
851 to 950 100
901 to 999 100
The score ranges would change each time the report is run for different groups of records depending upon where they fall in the scoring model.
Anyone think of an easy way (or hard way I guess) to accomplish this?
I'm using Crystal XI
Thanks in advance
_____________________________________
Crystal Reports XI Developer Version
Intersystems Cache 5.X ODBC connection
I have 2,000 records each containing a score. I need to group the data in equal groups of ten. the resulting data would need to look like this.
Score number of records
0 to 218 100
219 to 400 100
401 to 450 100
451 to 550 100
551 to 650 100
651 to 722 100
723 to 800 100
810 to 850 100
851 to 950 100
901 to 999 100
The score ranges would change each time the report is run for different groups of records depending upon where they fall in the scoring model.
Anyone think of an easy way (or hard way I guess) to accomplish this?
I'm using Crystal XI
Thanks in advance
_____________________________________
Crystal Reports XI Developer Version
Intersystems Cache 5.X ODBC connection