To use a simple example: I have a column in my database table called 'Points'.
I am displaying these points in a repeat region, and am using an auto-numbering script to list their 'ranks' in a column next to them. This looks fine but doesn't really apply a rank as such ( and doesn't work when the list has a search function added to it).
Is their any way using php or sql to assign the highest 'point' a 'rank' of 1, second highest a rank of '2' etc.
Any guidance would be very helpful.