@dash-id
Globally unique identifier given to a ChartSQL chart that is published to DashSQL.com
Quick Reference
-- @dash-id: ghjeiof02Valid Values
Full Example
-- @title: Auto Heatmap
-- @subtitle: An example auto generated heatmap comparing two categories
-- @dash-id: gjt30fj
SELECT
Owner,
Channel,
count(*) as Sales
FROM Sales
WHERE Sales.Status = 'Won'
GROUP BY Owner, ChannelUse Cases
Last updated