I am trying to create a report with the following logic for a filter:
field “Date” - after - 7/1/23
AND
field “Program Code” is : program code1 OR program code 2 OR program code 3...
We have only two choices for a filter “ALL” or “ANY”
When I select “ALL” I get zero results, because the logic is not true for all the programs codes.
When I select “ANY” I get results for all programs instead of specific programs, because the second part of the filter does not have “OR” condition. How do I get “OR” logic in the second part?
I see operator Contains. How does it work? Do I need to separate programs with specific separator? Comma and semicolon did not work.

