What variable stores the number of games a team has played though? For example if a team has played 10 games but a player has only attended 5 I want to compare against the 10 the team has played, not the 5 he attended
Specifically I’m looking for a minimum number of plate appearances of 2.4 x the number of games the team has played
so ( plate appearances >= 2.4 x [team games played] )
i just don’t know how or if it’s possible to get the team games played
-
This reply was modified 2 years, 10 months ago by ehrobbie.
Is there a way to get the number of games a team has played in a season? I’m looking to filter by that so I don’t need to constantly update the number of games played in the statistic
@savvasha what would be the best way to filter out all the values equal to 0? If I use the sort by and skip if 0 options it’s then not sorted by the stat I want