Good evening!
I wanted to thank you again for the help that you gave in dealing with the team color issue I was having.
The league that contracted me to build their website has come up with a standings calculation that is somewhat complex, but it boils down to this:
1. Each win is worth 1 point.
2. If a team only plays its opponent one time during the season, then that win is worth an additional point.
Example:
Team A plays Team B twice: 1 point per win.
Team A plays Team C once: 2 points for win.
I set up the games to be “Conference” games if they play each other once. This will give them a special highlight on the schedule, but I would like the points to calculate according to this rule:
$new_points = Wins * Pts_For_Win + Conf_Wins * Pts_For_Win
Does the filter accept and recognize the Conf_Wins variable when calculating points?