By ck.asdf on
I have a scoreboard I need to create similar to the link below. It will have the fields: Rank, Player, Points, # wins, and Points behind lead.
http://www.pgatour.com/stats/stat.02394.html
I could just create a simple table and update that each week, but I feel like there's probably an easier way. Maybe be able to add points to a person, and then they rise higher in the rankings, and the other stuff gets calculated mathematically. Even if not, if I could have something done much easier than a hard-coded table.
Thoughts? Thanks for any help!