Displays the Routing Neighbors for a Single Node
Does not require any Custom Properties, but does require that the nodes have the Routing elements selected in List Resoruces.
If you want to change this to show routing neighbors for all nodes, edit the query and comment out (or remove) the line:
AND [Neighbors].Router.NodeID = 97
You can also put this on a Node Details page and instead use:
AND [Neighbors].Router.NodeID = ${NodeID}
for the WHERE clause.