docs: update creating-your-first-dashboard.mdx (#29631)
This commit is contained in:
parent
be833dce4f
commit
2a9a1d3194
|
|
@ -106,7 +106,7 @@ You can also certify metrics if you'd like for your team in this view.
|
|||
|
||||
2. Virtual calculated columns: you can write SQL queries that
|
||||
customize the appearance and behavior
|
||||
of a specific column (e.g. `CAST(recovery_rate) as float`).
|
||||
of a specific column (e.g. `CAST(recovery_rate as float)`).
|
||||
Aggregate functions aren't allowed in calculated columns.
|
||||
|
||||
<img src={useBaseUrl("/img/tutorial/tutorial_calculated_column.png" )} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue