Okay, that makes sense.
Really what I’m trying to do is that the user profile has fields like “push ups”, “squats”, “pull ups”, etc. Then after collecting the information, I want to make a table that displays everyone’s numbers.
So, say I have ten users, I want to make a table that ranks the users by how many push ups they can do. Then I want to display the top three users like :
Push Ups:
Danny 112
Greg 94
Bob 93
I know how to get the information ranked, the big problem is that I don’t know how to get the user information for each individual user.
Thanks!