From 2a9a1d3194b5cd6ae6e727aacc61d8a14ad78fe8 Mon Sep 17 00:00:00 2001 From: Jaswanth-Sriram-Veturi Date: Mon, 22 Jul 2024 19:54:32 +0530 Subject: [PATCH] docs: update creating-your-first-dashboard.mdx (#29631) --- docs/docs/using-superset/creating-your-first-dashboard.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/using-superset/creating-your-first-dashboard.mdx b/docs/docs/using-superset/creating-your-first-dashboard.mdx index 95e6512782a25..8a7343d7a8336 100644 --- a/docs/docs/using-superset/creating-your-first-dashboard.mdx +++ b/docs/docs/using-superset/creating-your-first-dashboard.mdx @@ -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.