Quantcast
Viewing all articles
Browse latest Browse all 20490

Re: Customizing the UnDP Summary Chart Bubble

This is probably the best result I can give you right now. Last polled column display complete date with time as previously but I think it should not take an extra line since it'll show only the transformations which don't have such long names. This query isn't regular SQL but our SWQL (SWIS query) and the list of provided functions is limited. I wasn't able to figure out how to format the date correctly.

SELECT c.UniqueName AS [Poller Name], s.Status AS [Current Status], 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 20490

Trending Articles