Is it possible to use a filter that can look at custom properties in nodes?
For instance we have a CP called 'Department' and I want to filter based on those.
Example (this filter isn't working):
Application.Name like '%snmp%' and nodes.department like '%network%'
I know that Application.Name like '%snmp%' results in data but I want to fine tune it more.
Possible?