I’m not sure myself. I did the custom preset and I’m having a lot of confusion trying to understanding the equations.
I want to use “teams” to account for riders and “players” to account for horses as 1 rider could have 5 different horses. make since?
Team(rider) account:
In a season I need to account(display):
– the riders name
– total season earnings (money won)
– the # of players(horses) they did this on(total season earnings = sum of earnings won on each horse)
– total races enter for a season(events attended)
– the total races placed in a season(the # of events where they actually won money)
– placing percentage(or a ratio of events attended vs placed)
Here’s an example – https://www.gofastraces.com/gfr-stats/
I need to also account stats for each individual horse. Below is how I was thinking to account for it.
Player(horses) account:
1 Rider (team) could have 1 – 6+ horses. Each horse (player) needs to account:
– Horse name
– Total season earnings
– Total races entered
– total races entered
– total races placed
– winning percentage
very similar to the rider info just broken down by horse.
I can’t figure out how to automate this within the equations.