How do I view users who have never logged in?

I can setup a View that shows a table of the user and associated login_count and value but I seem to be unable to limit the view to ONLY show users who have never logged in. I tried setting filter criteria for stat value < 1 but that limited all entries! What's the proper way to do this?