From 8b396d54211d646b36cb5cceaf1a845fd4d8fe58 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 6 Oct 2021 11:19:05 -0400 Subject: [PATCH] Fix typo in "filter by value" example (#40070) (#40086) (cherry picked from commit 98a9b4adc544624b52e229c541a70cc31efb5330) Co-authored-by: ian moone --- docs/sources/panels/transformations/types-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/panels/transformations/types-options.md b/docs/sources/panels/transformations/types-options.md index 3042eaf7e37..500166ef2df 100644 --- a/docs/sources/panels/transformations/types-options.md +++ b/docs/sources/panels/transformations/types-options.md @@ -429,7 +429,7 @@ Consider the following data set: If you **Include** the data points that have a temperature below 30°C, the configuration will look as follows: - Filter Type: `Include` -- Condition: Rows where `Temperature` matches `Lower Than` `100` +- Condition: Rows where `Temperature` matches `Lower Than` `30` And you will get the following result, where only the temperatures below 30°C are included: