I am trying to do a class ranking. It is pretty easy to do in Excel using the rank function. When I do it in Crystal here is what I have:
Name GPA Rank
Student 1 4.00 1
Student 2 4.00 1
Student 3 4.00 1
Student 4 3.89 2
Student 5 3.89 2
Student 6 3.75 3
What I would like for it to do is like so:
Name GPA Rank
Student 1 4.00 1
Student 2 4.00 1
Student 3 4.00 1
Student 4 3.89 4
Student 5 3.89 4
Student 6 3.75 6
The GPA field is a group total since it is calculated by a total grade of the classes vs. hours. The current Rank function is using a Running Total that does a count of the GPA and changes when the GPA changes. Any ideas on how to get a proper rank?
Name GPA Rank
Student 1 4.00 1
Student 2 4.00 1
Student 3 4.00 1
Student 4 3.89 2
Student 5 3.89 2
Student 6 3.75 3
What I would like for it to do is like so:
Name GPA Rank
Student 1 4.00 1
Student 2 4.00 1
Student 3 4.00 1
Student 4 3.89 4
Student 5 3.89 4
Student 6 3.75 6
The GPA field is a group total since it is calculated by a total grade of the classes vs. hours. The current Rank function is using a Running Total that does a count of the GPA and changes when the GPA changes. Any ideas on how to get a proper rank?