ballmark
Team Stats Breakout
January 08, 2015 at 03:57AM View BBCode
Team Stats page off Stats drop down menu.
I, for one, would find it helpful if that page could break down the Pitching Stats into rotation and bullpen.
Hitting SP RP Fielding
It should be relatively easy to code. Just add a filter that selects and totals stats for all pitchers on a team with at least one Game Started. Or, if you want to get more specific, set the filter at (GS/2)+1 to get every pitcher who has started more than half its games.
Same for bullpen. Filter and total all pitchers with zero games started, or to capture players who may have started in rotation but moved to bullpen, use (G/GS)+1 to select the relievers.
Pages: 1