mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
docs: update creating-your-first-dashboard.mdx (#29631)
This commit is contained in:
committed by
GitHub
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" )} />
|
||||
|
||||
Reference in New Issue
Block a user