If you are actually talking about OR between different values of the same attribute, Ian, without additional complexity, selecting multiple values in the variable (same as in normal attribute filter) works as OR between the values.
Basically similarly like in SQL: department name IN ('ABC', 'XYZ','LMN'). So for yoir example if you select ABC and XYZ and LMN you should be set.