Dataview: Filter by file type

Hi,

I want dataview to create a list of all my .gpx-files, but I cannot find how to do that.
I tried the following:

```dataview
List 
Where contains(file.path, ".gpx")
```

but it did not work.
Can you give me a hint how to do that?

Thanks in advance,
Silias

Hope this helps:

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