Greetings All,
So glad there's a forum for this software...
Got a simple question about syntax. I have:
CASE [Type of Player] WHEN 'Forward' or WHEN 'Defense'
THEN (median ([Points]))
END
I'd like to take an average/median of the points that correspond to either a forward or defense player. I know the above is improper syntax and was looking for the solution...
Thanks in advance.