[Status = 'Pause' or Status = 'Mitarbeiter_zugewiesen']
Hi Nico,
After the or statement you need to retrieve use Status = again. So in this case:
[Status = ‘OptionA’ or Status = ‘OptionB’]
Hope this helps!