If you are developing a report you can put the filters in OnePreDataItem trigger:
SETRANGE("Item Category Code",'FG');
SETFILTER("Item No.",'..AP|AT..');
Just a note: I'm not sure regarding the second filter, since on certain version SETFILTER("Item No.",'<>AR*'); couldn't be working as expected