lessThan / moreThan Filter
See original GitHub issueFor timeUnit, we can’t just use expression. Using range with null values make spec not very readable.
So I think we better support lessThan
/ moreThan
filter.
And perhaps, lessThanOrEqual
/ moreThanOrEqual
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Filter by using advanced criteria - Microsoft Support
If the Excel data you want to filter requires complex criteria you can filter by using advaned ... (greater than sign) ... (less...
Read more >greater than and less than filtering <x> | MrExcel Message Board
Hi I am having trouble filtering greater than in one range and less than in another range at the same time. If i...
Read more >Less-than and greater-than range filters
Two EQL operators allow you to make less-than and greater-than range filter queries. ... To make a less-than query, use only the <...
Read more >Filter Data in the MySQL WHERE Clause With Less Than and ...
FROM clause table rows based on values that are less than or greater than another value. MySQL (and SQL in general) supports the...
Read more >More than and less than in a Filter - Qlik Community - 1436925
and the output in the filter drop down is -1 and 0 that is fine. When I add more than or less than...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
greaterThan
notmoreThan
is the standard name for>
. If you want brevity, we can usegt
which is standard in many query languages. E.g.: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.htmlLet’s say
gt
,gte
,lt
,lte
then.