docs: various adjustments across the docs (#29093)

Co-authored-by: Evan Rusackas <evan@preset.io>
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
This commit is contained in:
Michael Holthausen
2024-06-05 20:53:08 +02:00
committed by GitHub
parent b5d9ac0690
commit de3a1d87b3
8 changed files with 14 additions and 14 deletions

View File

@@ -137,10 +137,10 @@ Next, within the **Query** section, remove the default COUNT(\*) and add Cost, k
SUM aggregate. Note that Apache Superset will indicate the type of the metric by the symbol on the
left hand column of the list (ABC for string, # for number, a clock face for time, etc.).
In **Group by** select **Time**: this will automatically use the Time Column and Time Grain
In **Group by**, select **Time**: this will automatically use the Time Column and Time Grain
selections we defined in the Time section.
Within **Columns**, select first Department and then Travel Class. All set lets **Run Query** to
Within **Columns**, first select Department and then Travel Class. All set lets **Run Query** to
see some data!
<img src={useBaseUrl("/img/tutorial/tutorial_pivot_table.png" )} />