Comments
-
I didn't know there was a whole SDK on github with functions, thank you again for all the help!
-
I appreciate the help! I've been reading your post on joins and it has been very enlightening! I was able to add my custom property and get items reporting correctly. The only thing I noticed is that at least in SWQL Studio it is showing the percentages as something really long, is there a simple way to have it drop…
-
My query for reference is SELECT TOP 10 Nodes.Caption AS [Node Name], I.InterfaceCaption AS [Interface Name], IE.ReceivePercentErrors AS [Receive Error %], IE.TransmitPercentErrors AS [Transmit Error %], I.DetailsUrl FROM Orion.NPM.Interfaces I JOIN Orion.NPM.InterfaceErrors IE ON I.InterfaceID = IE.InterfaceID JOIN…