Quantcast
Viewing all articles
Browse latest Browse all 20403

Re: Customizing the UnDP Summary Chart Bubble

I edited the query little bit so now it shows only the transformations and time (hh:mm) instead of the date:

 

SELECT c.UniqueName AS [Poller Name], s.Status AS [Current Status], ToString(Hour(ToLocal(s.DateTime))) + ':' + ToString(Minute(ToLocal(s.DateTime))) AS [Last Polled]

FROM Orion.NPM.CustomPollerAssignment a

JOIN Orion.NPM.CustomPollers c ON a.CustomPollerID = c.CustomPollerID

JOIN Orion.NPM.CustomPollerStatus s ON a.CustomPollerAssignmentID = s.CustomPollerAssignmentID

WHERE c.PollerType = 'F' AND a.NodeID = ${NodeID}


Viewing all articles
Browse latest Browse all 20403

Trending Articles