How to show tasks with dataview?

Hello obsidian users
Now
i make file with this name “2023-28-02”

how i can show tasks from this file

and if i want to show tasks from 2 files how i can do that?

image

anyone can answer?

Here’s the dataview tasks documentation and here is some information on how to define your sources for the queries.

But, to answer directly, to get tasks from a file named “2023-28-02” explicitly, you’d do something like this

> ```dataview
> TASK
> FROM "2023-28-02" 
> ```
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.