I wanted to create a view showing the currently running tests. I've tried several expressions, but none of them seem to work:
'Checking..' in '%Status%'
('Checking..' in '%Status%')
%StatusID%=='05'
'%StatusID%'==05
'%StatusID%'=='05'
(%StatusID%=='05')
('%StatusID%'==05)
('%StatusID%'=='05')
%Status%=='Checking..'
(%Status%=='Checking..')
Include subfolders is checked in the view.
Create view using expression (status 05)
Adding/removing many items into/from view every second would effect performance, so this option was removed.
The same way HostMonitor does not remove items from view when item changes status from "Bad" (for example) to "Checking".
"Checking" is not "solid" status, HostMonitor does not removes such items from views, reports, statistics calculations... it just takes status that was assigned after last test probe as current valid status until new test probe assigns new (or the same) status.
Regards
Alex
The same way HostMonitor does not remove items from view when item changes status from "Bad" (for example) to "Checking".
"Checking" is not "solid" status, HostMonitor does not removes such items from views, reports, statistics calculations... it just takes status that was assigned after last test probe as current valid status until new test probe assigns new (or the same) status.
Regards
Alex
RE: Create view using expression (status 05)
Seems resonable, could have guessed that 
Thanks for the answer!

Thanks for the answer!