Nested Queries?
Not sure if this is the right place to ask this, but is there a way to do nested queries? For example, I’d like to query pages that contain backlinks to pages with backlinks to a range of dates.
My use case is this: I’m trying to create a query for a list of math example questions from lectures in a specific date range. Each question is a note, which links to a lecture note, and then the lecture note gets linked to a date, like so:
An example of a question note. This gets linked to a lecture note in the “Source” field:
Which itself has a link to the date of a lecture
The example question notes and lecture notes are seperated into folders:
So is there a way to do this kind of query within a query? How would I go about querying, say, a list of example questions linked to lecture notes from August?


