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.

Filter Query - Returned Results Issue

I'm trying to create a Top XX Interfaces by Percentage Utilization element with a filter against a custom property and seem to be having an issue.

If I do for example Connection_Type = 'WAN' it will return all the interfaces with the property set to WAN.

However if i do the following queries nothing is returned at all.

Connection_Type <> 'WAN'

Connection_Type not like '%WAN%'

Connection_Type = 'LAN'

Connection_Type like '%LAN%'

However if I go into Manage nodes and sort interfaces by Connection_Type I can clearly see both values (WAN, LAN) are assigned to interfaces.

Anyone got an idea where the problem could be?