Hi Sunil, any chance to get the column name as the label of our graph?
Example query:
“SELECT sum(cmv13.column1) AS ‘Column 1’, sum(cmv13.column1) AS ‘Column 1’
FROM cmv13”
And i wanted my json to be like:
label: Column 1
y: number (sum of column 1)
label: Column 2
y: number (sum of column 2)
Im stuck here… :(