Problem displaying a pie chart #970
Unanswered
jhautefeuille
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I found the solution in the forum, which is much more elegant than my piece of code ;). I'm going to have to seriously revise my SQL ;) SELECT 'chart' as component, 'pie' as type;
SELECT status as label, count(*) as value
FROM workflow
GROUP BY status; |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying displaying a chart pie
But displaying is like that
I'm trying to CAST as REAL without success ?
What have I left out ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions