Replies: 1 comment
-
Turns out this was answered a long time ago in this comment: #961 (comment) |
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
-
Hello all!
I'm trying to modify a DataviewJS query to include only the #note files that refer to the file containing the query.
In my example, I have one file for each Project, and then each note contains an array, which I use Metadata Menu to populate the Project property with one or more projects depending on what's discussed in a given meeting.
Currently, that query looks like this:
There's actually three versions of these query that I'm hoping to produce.
"Dashboard View"
For the first version of this query, I want to limit these entries to the past 10 days.
"Project View"
For the second version, I want to limit the entries to just the ones where the file hosting the query is referenced as a value in the
Project
array."Submitted View"
Lastly, I want to filter the view for entries where "Submitted to OA" is NOT TRUE
If anyone is able to help me set these up, I'd greatly appreciate the help. I've tried searching all over for all three of these and I'm falling flat.
Beta Was this translation helpful? Give feedback.
All reactions