What am I getting wrong with this bases filter?

What I’m trying to do

I’m trying to use filters on bases to show files that are linked to another file. Ideally I want to show files that are linked to this file but that doesn’t seem to work

Things I have tried

I added a screenshot to show my filter query. For some reason it’s showing no links even though I have the explicit file path selected and there are files linking to that file

Hello.

If you copy the Base below into your PARA Method note, does it show the files that link to the note?

```base
views:
  - type: table
    name: Table
    filters:
      and:
        - file.hasLink(this)

```

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