You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with v1.15, comparison operators (<, >, <=, >=, and TO) also work when filtering string values. Filters resolve string comparisons in lexicographic order: symbols followed by numbers followed by letters in alphabetic order.
This can be useful when filtering dates in human-readable formats:
Starting with v1.15, comparison operators (
<
,>
,<=
,>=
, andTO
) also work when filtering string values. Filters resolve string comparisons in lexicographic order: symbols followed by numbers followed by letters in alphabetic order.This can be useful when filtering dates in human-readable formats:
Tasks
learn/filtering_and_sorting/filter_expression_reference#comparison->%2C-<%2C->%3D%2C-<%3D
References
The text was updated successfully, but these errors were encountered: