I am using the Applications problems widget and want to filter using something like the below but it does not seem to be excluding the applicationmonitor which i do not want to see.
The working filter is as below.
Caption Like 'Servername'
The non working filter is as below.
Application.Name <> 'Cloud Devices Windows Update Monitoring' AND Caption Like 'Servername'
The name of the application monitor is displayed as 'Cloud Devices Windows Update Monitoring'.
When we do apply the non working filter simply does not exclude the applications which should meet that criteria.
I even tried changing the Application.Name to another application name with no spaces and still it is as though it ignores it completely.