Dataview is not working

First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.

What I’m trying to do

I am trying to complete a simple dataview query

```dataview
LIST
 ```

Things I have tried

I have disabled all community plugins except for dataview

What Happens

I get the following error:

Dataview: Error: 
-- PARSING FAILED --------------------------------------------------

Got the end of the input

Expected:

TABLE or LIST or TASK or CALENDAR

This works locally:

```dataview 
LIST 
```

But it only works if there is at least one character (such as a space) after the word LIST. :person_shrugging:

list with a space

2 Likes

You’re a lifesaver! Thank you so much. I’ll post this as an issue on their GITHUB!

1 Like

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