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
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
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