Dataview Properties Query Help Needed

What I’m trying to do

I’m trying to query the properties of my files. When I create new files, I give them a property called Type, which is a link to the NewFiles MOC.


Type:

  • “up::[[NewFiles]]”

Things I have tried

Now, within my NewFiles MOC I want to query the properties of the files in my vault to find new files.

LIST
WHERE contains (type, "up::[[NewFile]]")
AND !outgoing([[]])

but I get error messages that parsing failed. I’ve tried 20 different variations of the syntax but nothing has worked. What would be a way to accomplish this?

1 Like

I made a typo between NewFiles in the property and NewFile(s) in the query but the site would let me edit the post.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.