Giter VIP home page Giter VIP logo

Comments (7)

blacksmithgu avatar blacksmithgu commented on June 4, 2024 9

Both are possible - for the first, negation is done via the minus sign ("-"), so

LIST FROM #dessert and -#icecream

For the second, use "!" for negation:

LIST FROM #dessert WHERE !contains(file.name, "Ice Cream")

The negation operator being different in both cases is a little wierd. Will add support for "!" in both cases so you don't need to remember the sublety.

from obsidian-dataview.

SkepticMystic avatar SkepticMystic commented on June 4, 2024 1

I was also a little confused about excluding tags. The minus - syntax didn't occur to me. Thanks for supporting both options

from obsidian-dataview.

AB1908 avatar AB1908 commented on June 4, 2024 1

Yes, file.etags[0] or similar ideas should work.

from obsidian-dataview.

liamcain avatar liamcain commented on June 4, 2024

Related:


I also just discovered that ! works when checking for null/undefined in YAML objects. I just created the following frame for example:

table file.mtime as Modified 
from #task
WHERE file.name != "TODO" and !completed_at
sort file.ctime desc

which properly filters out notes that contain completed_at in the YAML

e.g.
image

from obsidian-dataview.

blacksmithgu avatar blacksmithgu commented on June 4, 2024

That's right. In WHERE blocks, I follow JavaScript style "truthiness", so null values are considered false. Thus, negating a null/undefined value yields true.

from obsidian-dataview.

blacksmithgu avatar blacksmithgu commented on June 4, 2024

Added support for '!' in front of sources as well, so you can use it for everything. I can't use '-' in fields, since that could also mean numeric negation.

from obsidian-dataview.

nevertoday avatar nevertoday commented on June 4, 2024

can obsidian dataview table get tags , but only first tag ??

from obsidian-dataview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.