Hi,
Is there a way to reference only reg season data (i.e. playoffs=0) for a playoff query?
i.e.
date, team, points, o:team, o:points, (ats margin>0) as 'ATS'@playoffs=1 and A(W)<oA(W) and A(touchdowns) < oA(touchdowns)
have a couple of similar queries where it looks like the data is including the playoff data. I would like A(W) and A(touchdowns) to only apply to playoffs=0
Thanks,