BIRT filter condition when a field is equal to one of two values only matching one
04:58 09 Sep 2016

I'm trying to create a filter condition, to show all results when this field is equal to 30 or to 31.

Filter: ('30' || '31')

I'm using this, but this is only showing for '30'.

How do I get this filter to show results for both '30' and '31', instead of just '30'?

filter report birt