Page 1 of 1

Creating combined rules

PostPosted: Fri Dec 28, 2018 11:41 am
by FooFourtyone
Hi,

I was wondering if it is possible to do the following rule:

If <all> of the following conditions are met:
Name -> contains -> <some text> OR <antoher text>
Extension -> is -> pdf


I know that I could do two lines like that:

Name -> contains -> <some text>
Name -> contains -> <antoher text>
Extension -> is -> pdf


But the name only can contain one or another text. Never both at the same time and the extension is quite important. So the core of my question is: can I use operators like AND, OR, NOR etc.?

That would be very powerful.

Thanks,
Michael

Re: Creating combined rules

PostPosted: Mon Dec 31, 2018 11:25 am
by Mr_Noodle
Look up "nested conditions" in the help. That should do what you want.

Re: Creating combined rules

PostPosted: Mon Dec 31, 2018 11:30 am
by FooFourtyone
Mr_Noodle wrote:Look up "nested conditions" in the help. That should do what you want.

Thanks for the reply.
It's exactly what I was looking for. Thanks!