blacksmithgu / obsidian-dataview

A data index and query language over Markdown files, for https://obsidian.md/.
https://blacksmithgu.github.io/obsidian-dataview/
MIT License
7.06k stars 414 forks source link

Feature: Output only file having desired Inline Fields/Frontmatter Fields #484

Closed bhickta closed 3 years ago

bhickta commented 3 years ago

Currently if we query out some field, the output have all pages in the scope ( of From function) even if field is not present in that page

Example

```dataview
list Vocabulary
from "Daily" ```

Output image

Problem

blacksmithgu commented 3 years ago

This behavior is intended; if you want to filter out the pages to just those that have the field, use

LIST Vocabulary WHERE Vocabulary FROM "Daily"