I am trying to create few site wise proportional widget.
but unable to create a filter so that i can get only the nodes from a particuilar site
Using the following query, but this gives all nodes details
I need only nodes from a specific site, is there any way i can add a filter to give me the node status for any node starting with XXX
SELECT COUNT(NodeID) as value, Status as status FROM Orion.Nodes GROUP BY status ORDER BY value DESC