Hi,
I am trying to create a chart in canvas using an SQL query but getting the Parse exception. Can anyone help me with the query. I am using the below query
SELECT COUNT("_id"), Category
FROM "vendor_master"
GROUP BY Category;
I tried in MSSQL, there it is working, but in Canvas I am getting the Parsing exception. What are the rules i need to follow in this? Uploaded my dummy table image also. Please check the attachment