OR in segment filters

I am creating segments to help users check on their work advancement.
I have a status column and I would like to check several statuses among the ones available.
So, I need an OR boolean operator to check Status_1 OR Status_2 OR Status_3.

However, when I enter the filter in Segment > Filtered by and check several statuses in the list, the default operator is an AND, not an OR.

How do I define an OR operator while creating my segment filter?
Best,
Stephen

Hi @stsinc
You can use OR operator in Custom Expression:
https://www.metabase.com/docs/latest/users-guide/expressions.html
But there’s a problem with boolean in that context:
https://github.com/metabase/metabase/issues/12393 - upvote by clicking :+1: on the first issue

In fact, my mistake, the default behavior is indeed an OR while selecting within a list.
Problem solved.