I have a report that has 2 fields. Name (concatenate of FirstName and LastName) and Total Points. I want a number rank system for it.
Example:
1st Name #1
2nd Name #2
3rd Name #3
3rd Name #4
5th Name #5 (since there is a tie for 3rd it goes to 5th rank)
6th Name #6
6th Name #7
6th Name #8
9th Name #9
etc.
Any help is appreciated.