How to generate OR condition with multiple conditions without a parenthesis on each one #223
Closed
RangelReale
started this conversation in
General
Replies: 3 comments
-
You can use global OR function instead: OR(
Bool(true),
Bool(false),
Bool(true),
) |
Beta Was this translation helpful? Give feedback.
0 replies
-
can I use this global OR directly in apply?
Em sáb., 11 de mar. de 2023 09:39, go-jet ***@***.***>
escreveu:
… You can use global OR function instead:
OR(
Bool(true),
Bool(false),
Bool(true),
)
—
Reply to this email directly, view it on GitHub
<#223 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC2I6I7EBJD252IIVID44DW3RXA5ANCNFSM6AAAAAAVWZET7U>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't know what you mean by apply, but it can be used anywhere a bool expression is expected. |
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.
-
I tried various variations of putting the
.OR
code at different levels, but to no avail.Beta Was this translation helpful? Give feedback.
All reactions