Hi All
Iam using Domino Web Server R5 and have a view setup in the domlog which looks at all the entries. I have created a statement which allows me to remove certain type of rows, but I need more rows excluded. Basically I need to know how to add the rest of the exclude criteria. My statement is: -
SELECT (@Created = @Yesterday) & (!@Contains(@LowerCase(Request);"mcilogin.nsf" ))
I also want to remove maintlog.nsf, in total I have 10 items to remove.
Many Thanks
Iam using Domino Web Server R5 and have a view setup in the domlog which looks at all the entries. I have created a statement which allows me to remove certain type of rows, but I need more rows excluded. Basically I need to know how to add the rest of the exclude criteria. My statement is: -
SELECT (@Created = @Yesterday) & (!@Contains(@LowerCase(Request);"mcilogin.nsf" ))
I also want to remove maintlog.nsf, in total I have 10 items to remove.
Many Thanks