Hi
i need to add ( orion.nodescustomproperties = city ) in mention query so that i can city wise report than will import to custom pie chart.
SELECT SI.StatusName AS Status, COUNT(Status) AS Total FROM Orion.Nodes N INNER JOIN Orion.StatusInfo SI ON SI.StatusId = N.Status GROUP BY SI.StatusName ORDER BY Total DESC
Where orion.nodescustomproperties = city
but its not working