Examples
Basic Usage
Attributes
Table or view to query
Column for cell labels (e.g., province)
SQL aggregation expression for the metric (e.g., avg(wait_time))
Two numeric thresholds creating 3 color zones: [low, high]. Values below low are zone 1, between low and high are zone 2, at or above high are zone 3.
Units label shown below the value in each cell (e.g., “MIN”)
Format code for the metric value. See Value Formatting for available formats.
Component title
If true, low values are green and high values are red. Default (false) means high values are green.
If true, removes gaps and borders between cells and applies a single border radius to the outer grid.
IDs of filters to apply to the query
Custom SQL WHERE condition to apply to the query. For date filters, use date_range instead.
Custom SQL HAVING condition to apply to the query after GROUP BY
Maximum number of rows to return from the query. Note: When used with tables, limit will disable subtotals to prevent incomplete subtotal rows.
Column name(s) with optional direction (e.g. “column_name”, “column_name desc”)
Custom SQL QUALIFY condition to filter windowed results
Set the width of this component (in percent) relative to the page width

