How to Query a Database Folder Database With Dataview

What I’m trying to do

I’m trying to query a Database Folder created by the Database Folder plugin. I have the following Dataview query but all it shows is a table with the column names “class” and one row with a “-” in the first column.

The database is located in the “Campaign/Party/Characters” folder. When I view the database, all the data is there with a column named “class”.

```dataview
TABLE WITHOUT ID class
FROM "Campaign/Party/Characters/Player Database"
\```

Things I have tried

I have looked at every Youtube video regarding both Dataview and Database Folder plugins but none of them show how to query the database. Database Folder videos only show how to create the DB and how to use the plugin, not how to query the database itself.