Skip to content
Discussion options

You must be logged in to vote

Dataview doesn't recognize spaces in field names in queries, to be specific - you have two options:

  • Use dataview's query-friendly name for a field. If your field is called "Film Name", you can use it in a query as film-name. In general, to get the dataview query-friendly name, make it all lower case and replace spaces with dashes ("hello there" -> "hello-there", etc).
  • Use dataview's row syntax, where you can refer to an arbitrary field via row["field name"]. So, for example, row["Film Name"].

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@asknet
Comment options

@filmgal
Comment options

Comment options

You must be logged in to vote
2 replies
@AlexShevyakov
Comment options

@AlexShevyakov
Comment options

Answer selected by asknet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants