Yardage Averages Incorrect
|
|
Love the script, but found a problem. Rushing averages are incorrect. In the 'Far Left' column, just for example, I'm seeing 1 attempt for 4 yards. In the 'Yards / Att' column, it shows an average of 3.50. This is irregular throughout the rushing totals, i.e. 10 att, 55 yds, 5.45 average. You can even see this in the rushing screenshot. Other than those minor mathematical errors, this script is brilliant. Should save me a lot of time. Thanks! |
|
|
It's the decimal yardage being rounded out. I hate those damn decimals :-) |
|
|
Assumed as much. That's why I prefer PHP to javascript. The round functions are far easier to use. |