A little late.. Maybe you'll read it anyway?
You don't want to filter the output, instead you want to add a column to the output that's either true or false. That means your CASE statement should be in the SELECT part of the query, not the WHERE.