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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:
- 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: