I have a custom down nodes SWQL query that does not show any device with the Caption including imbox:
Caption NOT LIKE '%imbox%'
I need to figure out how to add another NOT LIKE statement for the query. I need to add:
Caption NOT LIKE '%atm%'
But need to keep the imbox statement as well. How do I combine these two in SWQL so it will not show devices with these two captions in the widget but will show all other down nodes?