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