I have found when using a custom query and displaying the list of nodes it doesn't display them in a format where you can click to go to node details or anything. Is there anyway to add this functionality like the canned queries?
SELECT E0.[Router].[Nodes].[DisplayName]
FROM Orion.Routing.Neighbors AS E0
WHERE ( ( ( E0.[Router].[Nodes].[IP_Address] LIKE '10.%' ) AND ( E0.[Router].[Nodes].[IP_Address] LIKE '%.1' ) ) AND ( ( E0.[ProtocolOrionStatus] = '2' ) AND ( E0.[AutonomousSystem] = '8888' ) ) )
THANKS!