Replies: 1 comment 5 replies
-
This is somewhat related to #819 I think we'd be open to the suggestion there. Would that solve this case? |
Beta Was this translation helpful? Give feedback.
5 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 often need to add many
OR
conditions to myWHERE
clauses, and writing them on multiple lines helps with readability.How can I express this in PRQL? From what I can tell, it's not currently allowed to add newlines into the
filter
pipeline, even if you surround it with parenthesis?Beta Was this translation helpful? Give feedback.
All reactions