Home Forums Chart Support Column name as header

Column name as header

Viewing 2 posts - 1 through 2 (of 2 total)
  • #5267

    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… :(

    #5269

    Savak,

    Here is an example that might be of help.


    Sunil Urs

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.