Replies: 1 comment
-
|
There is currently no support for multiple grouped comparators across columns. The only multi-comparators we support are on the same column, such as: Filters between different columns are always comined as a collection of AND-joined siblings. I think! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do i achieve this with filter:
(A=1 && B=2) OR (C=3 && D=4).I can't seem to know how write this query filter.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions