So I'm finally diving back into proportional widgets and running into a minor issue. I have my various tables, kpis and charts added. I just noticed the Status is relaying back the number instead of the text. I wasn't sure if I was doing something wrong or if I stumbled on a minor bug. Any thoughts?
SELECT COUNT(1) AS Count_Items,
[N].Status
FROM Orion.Nodes [N]
GROUP BY [N].Status

