View - Tests without Master test

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
Kris
Posts: 375
Joined: Wed May 12, 2010 3:22 am

View - Tests without Master test

Post by Kris »

Hi,

I'm trying to create a view of tests without master test, using regular expression.
I tried various syntaxes, none actually worked.
Something like:
%MasterTest% = ""
or
"MasterTest" -eq null

Am I missing something?
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

If you check the manual you will discover:
- there is no = operator
- the is no -eq operator
- this is no "null"
- there is == operator
- you should use "" for strings

So correct expression may look like "%MasterTest%"==""

Regards
Alex
Last edited by KS-Soft on Fri Nov 13, 2020 6:37 am, edited 1 time in total.
Kris
Posts: 375
Joined: Wed May 12, 2010 3:22 am

Post by Kris »

KS-Soft wrote:So correct expression may looks like "%MasterTest%"==""
:oops:

Thanks Alex.

I know I should use the manual more often.... but I just like to check if you're still there every now and then :wink: :D
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Yes, we are here :D

Regards
Alex
Post Reply