Custom SQL Console
Last updated
Last updated
Access the Custom SQL Console
In the Create Metric page, click on the "Custom Query" option located at the top left side of the page.
Then, select "</> Write Query" and choose "</> SQL" from the Custom Query window to access our SQL Editor Console.
Writing SQL Scripts
Enter your SQL code and click "Run Query" to generate the chart.
(Optional) Use the "Format Query" option to ensure proper formatting of your query.
Usage Example: Below is an example SQL code to visualize the value and quantity of all orders based on the products ordered.
Output of the above SQL Code: