Question for Filtering Column of Report to more than one value

When Filtering Columns in a report, I am trying to use a conditional operator to see rows that have the value “Open” or “Complete”. What syntax should I use for an OR Operator?

image

You can try the “IN” keyword:

Thanks Brian. These example you show is for a Document List. I am trying to do something similar in a ERPNext Report.