Unable to get accurate count of Asset Status in SQL Chart Widget
I'm trying to create a column chart or something similar that will show a count of assets by status. I believe the query I am using is correct, but the returned data is not displaying the correct count. Here is the query I designed:
I provided a GROUP BY clause in the query, but tried removing that to see if anything would change. If I use a SQL table widget, the dashboard is able to retrieve the data just fine. Below is an image of the data after the query is applied (in the form of a SQL Chart Widget).
Is there anything I am missing?
Answers
I attached another screenshot just to be sure.
Could it be that we need to apply a hotfix? We're currently at 7.3 (799 for a json version).
We actually just added a feature in v7.4 that lets you set the horizontal and vertical fields related to a group by statement. In 7.3 when you select a column to group by we are grouping it for you.