Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20396

Re: Custom Query (Notes View with Node Names)

$
0
0

you might move away from the custom query and make a legacy report using the Report Writer app on your server.

 

SELECT  Caption  ,Notes
FROM Nodes
WHERE Notes <> '' AND Notes IS NOT NULL
ORDER BY Caption

 

(If you want to see all devices, including those without notes, remove the "WHERE" line)

 

Unless of course you are needing to parse in the ${NodeID} variable?

 

-ZackM

Loop1 Systems: SolarWinds Training and Professional Services


Viewing all articles
Browse latest Browse all 20396

Trending Articles