In straight SQL I can do this...
Where
(
(Nodes.Vendor ='Cisco')and Serial <>''
)
and it works.
What is the equivalent in Solarwinds query language?
I have tried...
Where
(
(Nodes.Vendor ='Cisco'and Serial <>'')
)
as well as many variations of
(Nodes.Vendor = 'Cisco' and ENTITY_PHYSICAL.Serial <> ’’)
without success.
Any ideas? The complete (non-working) report file attached.
Thanks -Rob-