Dataview parsing error

I am getting a parsing error for the following dataview. Any help would be much appreciated. I have a similar table pointing to a different folder in my vault without problems, but this one seems to cause the error below.

table image as Image, title as Title, date as Date, medium as Medium, 
from "90 - Art History Image Database/Artworks"
where contains(artist, "Alfons Mucha")
sort title asc

image

Maybe try without the last comma behind “Medium” (first row)?.. :face_with_peeking_eye:
Parsing your current code will interpret the “from” as a field name to be included in the selection (field name “from” like “title” or “medium”) lacking your whole statement of the next required keyword according to sql syntax.

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