Is it possible to use OR in the Data Filtering Options (job creation) ?

Hi,

I would like to change the following filtering options:

( eBill <> “Y” AND ( SortGroup = “C” AND ExtraData <> “MORE THAN 3 PAGES” ) AND SortGroup = “H” AND SortGroup = “O” AND SortGroup = “R” )

to:

( eBill <> “Y” AND ( SortGroup = “C” AND ExtraData <> “MORE THAN 3 PAGES” ) OR SortGroup = “H” OR SortGroup = “O” OR SortGroup = “R” )

Is it doable in the Data Filtering Options interface?

Thanks,

John

Yes it is. Change “All of the following” to “Any of the following”.

Wonderful! Thanks a lot for your help.

John