-
Hi - I have the following query I am trying to run:
When I switch to Preview mode, I receive the following error: Dataview: Error: 1 | TABLE doc_type, last_reviewed, Industry
Expected one of the following: '(', 'null', boolean, date, duration, file link, list ('[1, 2, 3]'), negated field, number, object ('{ a: 1, b: 2 }'), string, variable I know this is very simple but I am stumped. Can someone let me know what I'm doing wrong? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
try this in your where condition: |
Beta Was this translation helpful? Give feedback.
-
If you need to limit to doc_type try another where condition, ie |
Beta Was this translation helpful? Give feedback.
-
The quotation character in your query is different. Use If this is happening consistently then potentially something is modifying them automatically. A plugin might be (though I don't know of any that would) or if you're using a document editor (like Word) somewhere along the way those also tend to change the quote character. |
Beta Was this translation helpful? Give feedback.
The quotation character in your query is different. Use
"
instead of”
(yes, they look extremely similar)If this is happening consistently then potentially something is modifying them automatically. A plugin might be (though I don't know of any that would) or if you're using a document editor (like Word) somewhere along the way those also tend to change the quote character.