Hello, I'm trying to create a rank system based on a Gallery. I have an SP list with all the users. It has a Code column and a Score Colum.
I'm trying to display the users using a Gallery in ascending order. I already did this in my application but now I'm missing a number beside them so the user can see their position.
I would like to be able to display the number position depending on the user's score. (I accept changes on the SP if it is necessary.)
The gallery is already sorted. Now i just need to add the number by it's side depending on the position.
Thank You very much!