Skip to content
Discussion options

You must be logged in to vote

In dataview, you can refer to multiword fields in two ways:

  • The programmatic syntax: row["Homework For Life"]. row is a magic keyword which references everything in the current datarow/page in the query.
  • The normalized syntax: Dataview normalizes all keys, so you can refer to them using lower-case and with dashes in place of spaces. "Homework for Life" becomes homework-for-life. You can use this in your query.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@everruler12
Comment options

@AB1908
Comment options

@AB1908
Comment options

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