Sample filter 5 (an AND filter, named "Update MyDatabase Filter")

 

image\simpleandfilter_inhelp.gif

Task: You want to see all SQL UPDATE-statements of Module DBS where the database name (in the logmessage text) is MyDatabase and where Mr. Miller is not involved.

 

Expression represented by "Update MyDatabase Filter":

Module = DBS

AND Case= UPDATE

AND contains("MyDatabase")

AND Filter= NOT (Mr Miller Filter)

 

Actions: To reproduce this filter is left as an exercise to you.