Replies: 1 comment
-
I also wish I could write joins but I personally tend to drop into JS to pull this off. Meanwhile, you can try some ideas like querying only the Tasks folder and then pulling in related properties like so: |
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.
-
for example
Can I query these 2 different types of notes' properties to show in the same row, based on the related metadata [Project]?
Just like normal SQL Clause " INNER JOIN "?
the result columns may be like the below:
Task Name (Task Property) | Task Due(Task Property) | Project Name(Project Property) | Project Due (Project Property)
Beta Was this translation helpful? Give feedback.
All reactions