From 98a9b4adc544624b52e229c541a70cc31efb5330 Mon Sep 17 00:00:00 2001 From: ian moone Date: Wed, 6 Oct 2021 16:29:42 +0200 Subject: [PATCH] Fix typo in "filter by value" example (#40070) --- 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: