VIEW for tests without alerts

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 for tests without alerts

Post by Kris »

Hiya all,

I'm trying to create a view that holds all tests without alert profile.
I've tried the following expression, but that doesn't do the trick....

Code: Select all

%AlertProfile% == ""
Kris
Posts: 375
Joined: Wed May 12, 2010 3:22 am

Post by Kris »

Never mind, figured it out :D :

Code: Select all

'%AlertProfile%' == "" OR 'nothing' in '%AlertProfile%'
[/quote]
Post Reply