Compare two columns inside filter
See original GitHub issueHello! Is it possible compare two columns inside filter?
I would like do something like that:
[...] filter: { column1: { greaterThanOrEqualTo: column2} } [..]
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Compare two columns and extract differences - Excel 365
Compare values between two columns and filter values existing in only one column. This article demonstrates formulas that extract values ...
Read more >How to Compare Two Columns in Excel (for matches ...
In this tutorial, I'll show you various ways to compare two columns in Excel. The techniques shown can be used to find/highlight matches...
Read more >Excel: Compare two columns for matches and differences
In this tutorial, we will explore several techniques to compare two columns in Excel and find matches and differences between them.
Read more >How to compare values in two columns in custom filters
Hey! I faced this issue, when I need to compare every value from one column with every value in the second column and...
Read more >How to compare the content of 2 columns in functions on object?
You can create a new boolean column in your object's underlying dataset that is true if colOne and colTwo match, and false otherwise....
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
FWIW, I got around this problem by using the new makeAddPgTableConditionPlugin to add a new custom filter clause that included my comparison operation. Edit, here’s some code for reference:
Tentatively yes, though I would publish it as a separate package with a dependency on this plugin. For v2, I plan to move several features into separate plugins.