SELECT TOP 10 n.NodeName AS Node, n.Status as nStatus, n.CPULoad, n.DetailsUrl AS [_Linkfor_Node], '/Orion/images/SubViewIcons/Network_02.png' AS [_Iconfor_Node], i.InterfaceName AS Interface, i.DetailsUrl, i.Status as iStatus, i.DetailsUrl AS [_Linkfor_Interface], '/Orion/images/SubViewIcons/Routing.png' AS [_Iconfor_Interface], i.InPercentUtil AS RECEIVE, i.OutPercentUtil AS TRANSMIT FROM Orion.NPM.Interfaces as i LEFT JOIN Orion.Nodes as n ON n.NodeID=i.NodeID ORDER BY i.InPercentUtil DESCENDING
where i have to add this query on above n.CustomProperties.Locations AS CustomProperties_Locations
FROM Orion.Nodes