From 958aadd54a0a97166ef899a38b5b72cdd1dba230 Mon Sep 17 00:00:00 2001 From: Victor Marin <36818606+mdvictor@users.noreply.github.com> Date: Mon, 28 Nov 2022 17:10:54 +0200 Subject: [PATCH] Table docs (#59395) * Table docs * Update docs/sources/panels-visualizations/visualizations/table/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- .../visualizations/table/index.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/sources/panels-visualizations/visualizations/table/index.md b/docs/sources/panels-visualizations/visualizations/table/index.md index 914e09ba23c..96e64a028f3 100644 --- a/docs/sources/panels-visualizations/visualizations/table/index.md +++ b/docs/sources/panels-visualizations/visualizations/table/index.md @@ -165,10 +165,13 @@ To remove the filter, click the blue funnel icon and then click **Clear filter** You can use the table footer to show [calculations]({{< relref "../../calculation-types/" >}}) on fields. -After enabling the table footer, you can select your **Calculation** and select the **Fields** that should be calculated. Not selecting any field apply the calculation to all numeric fields. +After you enable the table footer: + +1. Select the **Calculation** +2. Select the **Fields** that you want to calculate + +The system applies the calculation to all numeric fields if you do not select a field. ### Count rows -On selecting the **Count** calculation, you will see the **Count rows** switch. - -By enabling this option the footer will show the number of rows in the dataset instead of the number of values in the selected fields. +If you want to show the number of rows in the dataset instead of the number of values in the selected fields, select the **Count** calculation and enable **Count rows**.