Author |
Message |
onlyasking
Joined: 12 Dec 2008 Posts: 49
|
Posted: Fri Apr 13, 2012 11:33 am Post subject: multiple email conditions? |
|
|
can you have multiple email conditions? if so how should each one be seperated? |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Fri Apr 13, 2012 12:59 pm Post subject: |
|
|
You can use the operators OR / AND , for example:
exit_code <> 3 or (error_email_elapsed_hours > 12 AND runs_since_last_email > 5) _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
onlyasking
Joined: 12 Dec 2008 Posts: 49
|
Posted: Fri Apr 13, 2012 3:22 pm Post subject: |
|
|
handy, tx. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Sat Apr 14, 2012 3:50 am Post subject: |
|
|
In the ViceVersa help file there's a big list of operators, functions and variables that can be used in conditions. If you can think of new ones that could be useful let us know! thanks _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
|