The most recent content from our members.
I didn't see a widget for Neighbor Status - so here's one in swql: SELECT TOUPPER(SUBSTRING(n.caption,1,case when charindex('.',n.caption,1) <=4 then length(n.caption) else (charindex('.',n.caption,1)-1) end)) as [Node] ,n.DetailsUrl AS [_LinkFor_Node] ,'/Orion/images/StatusIcons/Small-' + n.StatusIcon AS [_IconFor_Node]…
It looks like you're new here. Sign in or register to get started.