From 5af2634c34b3e4b55cd22a568d2b86ea83821b8a Mon Sep 17 00:00:00 2001 From: Nitesh Koushik S <39699046+NiteshKoushik@users.noreply.github.com> Date: Fri, 25 Sep 2020 19:47:15 +0530 Subject: [PATCH] Document Change (#27797) * Document Change Changes made form "contains" to "contain" * Document Update Changes from "returns" to "return" --- docs/sources/panels/transformations/types-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/panels/transformations/types-options.md b/docs/sources/panels/transformations/types-options.md index c7c58cd1f80..fc118ec243e 100644 --- a/docs/sources/panels/transformations/types-options.md +++ b/docs/sources/panels/transformations/types-options.md @@ -44,7 +44,7 @@ After I apply the transformation, there is no time value and each column has bee > **Note:** This transformation is only available in Grafana 7.1+. -Use this transformation to combine the result from multiple queries into one single result. This is helpful when using the table panel visualization. Values that can be merged are combined into the same row. Values are mergeable if the shared fields contains the same data. For information, refer to [Table panel]({{< relref "../visualizations/table/_index.md" >}}). +Use this transformation to combine the result from multiple queries into one single result. This is helpful when using the table panel visualization. Values that can be merged are combined into the same row. Values are mergeable if the shared fields contain the same data. For information, refer to [Table panel]({{< relref "../visualizations/table/_index.md" >}}). In the example below, we have two queries returning table data. It is visualized as two separate tables before applying the transformation. @@ -152,7 +152,7 @@ In the example below, I added two fields together and named them Sum. ## Labels to fields -> **Note:** In order to apply this transformation, your query needs to returns labeled fields. +> **Note:** In order to apply this transformation, your query needs to return labeled fields. When you select this transformation, Grafana automatically transforms all labeled data into fields.