Hi,
I need to create a simple league table on a site I’m working on. I have a Team channel and a Race channel and could do with a simple way for the client to input the number of points each Team gets in a particular Race. On the front-end I want to show this as a league table with a list of all Teams, how many points they scored in each round, with a sum at the end. This needs to be sorted with the highest score at the top.
I know how I’d do this if coding from scratch, however, I’d like to keep it within EE if possible. Looked at Matrix and see it has some hooks, not sure how I’d be able to do the total points and sorting using this method though.
Any thoughts?
Many thanks, Ant