Does anyone know why I am getting this error Dataview: Error:
Here is what I have for my dataview query
table WITHOUT ID
FROM #habit
WHERE week = this.file.link
sort file.name asc
This is what I get as a result
– PARSING FAILED --------------------------------------------------
1 | table WITHOUT ID
2 | FROM #habit
| ^
3 | WHERE week = this.file.link
4 | sort file.name asc
Expected one of the following:
‘,’, /FLATTEN/i, /FROM/i, /GROUP BY/i, /LIMIT/i, /SORT/i, /WHERE/i, EOF
I keep having problems on the FROM line, sometimes it happens with #hastags and sometimes when I am trying to pull from a folder