This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Application Status Dashboard Filter SWQL

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.

  • try "name not like 'Cloud Devices Windows Update Monitoring' "?

    your query doesnt seem that wrong. It'll be something int he formatting around caption being on the nodes table and application.name trying to go one table down

    You could maybe filter this easier in Edit View if you're not trying to line a few of these elements up on one page with different servers