Custom SQL Console

  1. Access the Custom SQL Console On the Create Metric Page, click the SQL icon at the top left to open the SQL editor console.

  1. Writing SQL Scripts

  • Enable the "SQL Mode" toggle and enter your code.

  • Click "Run Query" to generate the graph.

  1. Usage Example: Below is an example SQL code to visualize the value and quantity of all orders based on the products ordered.

  1. Output of the SQL Code Above:

Last updated