Skip to content
Discussion options

You must be logged in to vote

If you try

table genre, file.tags as tags
from #film/title and (#have or #tostream)
where contains(genre, "action")

your table shows the regular tags but not include the frontmatter values for the field 'tags'... because these aren't real tags (you can confirm that these tags aren't included/accounted in obsidian tag pane).
Two notes:

  1. in the expression file.tags as tags "file.tags" is the implicit data and "tags" is the name you want to show in table (you can choose, for example, file.tags as hot)
  2. explore the official documentation: https://blacksmithgu.github.io/obsidian-dataview/docs/where-data-comes-from

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by M-bot
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #270 on July 29, 2021 08:15.