How to hide field in filter?

Hello guys!

I have a calculaded field that I did by switch command, such as:

switch(screen,
‘one’, 1,
‘two’, 2,
‘not identified’
)

So, I need to use this field on filter, but I don´t want to show the value ‘not identified’.
How to hid this?

Thanks