Table with notes that backlink an specific note

What I’m trying to do

I’m trying to make a dataview table that gets files from the whole vault that links to my note and doesn’t add files with no outgoing links.
screenshot_2023-07-30-115756

But as you can see it doesn’t display anything

Something that is quite strange is that, the same dataview setup is in another note and it works…

Things I have tried

  • Looking at the dataview docs
  • Googling for fetching backlink files in dataview

As a diagnostic, does this work without the negation?

```dataview 
table 
file.ctime as Fecha
FROM ([[]]) AND outgoing([[]])
sort file.ctime desc
```

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