From 783f247c33e854e00a72a42c5d04eee3aa923a5a Mon Sep 17 00:00:00 2001 From: Kristina Durivage Date: Thu, 6 Mar 2025 10:58:46 -0600 Subject: [PATCH] Add line to docs --- .../query-transform-data/transform-data/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/panels-visualizations/query-transform-data/transform-data/index.md b/docs/sources/panels-visualizations/query-transform-data/transform-data/index.md index 9fef087e422..1eba51c539a 100644 --- a/docs/sources/panels-visualizations/query-transform-data/transform-data/index.md +++ b/docs/sources/panels-visualizations/query-transform-data/transform-data/index.md @@ -450,13 +450,13 @@ The available conditions for string fields are: - **Contains substring** - Match if the value contains the specified substring (case insensitive). - **Does not contain substring** - Match if the value doesn't contain the specified substring (case insensitive). -The available conditions for number fields are: +The available conditions for number and time fields are: - **Greater** - Match if the value is greater than the specified value. - **Lower** - Match if the value is lower than the specified value. - **Greater or equal** - Match if the value is greater or equal. - **Lower or equal** - Match if the value is lower or equal. -- **Range** - Match a range between a specified minimum and maximum, min and max included. +- **Range** - Match a range between a specified minimum and maximum, min and max not included. A time field will pre-populate with variables to filter by selected time. Consider the following dataset: