Bartholomew,
To see the results when two teams that made the playoffs but lost
somewhere along the way play each other in week 1 use the SDQL:
R(L@team and season and playoffs=1)[team and season-1 and playoffs=1]
= 1 and R(o:L@o:team and o:season and o:playoffs=1)[o:team and
o:season-1 and o:playoffs=1] = 1 and week=1 and H
Where I have added the `and H` to remove duplicates.