Fix typo in "filter by value" example (#40070)

This commit is contained in:
ian moone
2021-10-06 16:29:42 +02:00
committed by GitHub
parent f65372789e
commit 98a9b4adc5

View File

@@ -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: If you **Include** the data points that have a temperature below 30°C, the configuration will look as follows:
- Filter Type: `Include` - 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: And you will get the following result, where only the temperatures below 30°C are included: