Thanks both for responding.
@merlinuwe
If I remove AND file.name != this.file.name, it only shows the “overview note" that holds the dataview code, not the other notes that actually link to the “overview note”.
In response I tried the code below but that didn’t change the outcome:
```dataview
TABLE without id file.inlinks
where contains(this.file.inlinks, file.link)
```
@rigmarole
In the thread you shared I noticed this post that pointed me towards this issue that’s about the new properties that made dataview has stopped working.
When one puts the link in the text, and not the properties, everything works as expected. So I hope that they find a solution for this and meanwhile I at least know what’s causing it.
Thanks!