This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Modern Dashboard Proportional widget status

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

Parents Reply Children
No Data