'How do I build a custom metric on data box connected to redshift?
SELECT qty, location_id, date AS "Date" FROM Versse.odoo.api_sales_order
#When I run this code, I expect to see a data table and visualization at the top right of data box, with options below on what columns to aggregate if necessary, but that isn't the case. Its just blank with a table below showing the date field and a column field name of metrics and "0" in the rows.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
