From [Obsidian Dataview documentation](https://blacksmithgu.github.io/obsidian-dataview/)
Dataview is a live index and query engine over your personal knowledge base. You can [**add metadata**](https://blacksmithgu.github.io/obsidian-dataview/annotation/add-metadata/) to your notes and **query** them with the [**Dataview Query Language**](https://blacksmithgu.github.io/obsidian-dataview/queries/structure/) to list, filter, sort or group your data. Dataview keeps your queries always up to date and makes data aggregation a breeze.
Dataview consists of two big building blocks: **Data Indexing** and **Data Querying**.
Dataview permette di visualizzare TABLE, LIST e TASK
FROM #notetaking
FROM “folder/subfolder”
FROM [[Dataview]] (show inlinks)
FROM outgoing([[Dataview]]) (show outlinks)
FROM #notetaking AND #vitaindipendente
FROM #notetaking OR #vitaindipendente
FROM -#notetaking (tutto tranne)
WHERE
SORT file.name asc
SORT file.name desc
## Data Querying
You can access **indexed data** with the help of **Queries**
There are **three different ways** you can write a Query:
- With help of the [Dataview Query Language](https://blacksmithgu.github.io/obsidian-dataview/queries/dql-js-inline/#dataview-query-language-dql)
- as an [inline statement](https://blacksmithgu.github.io/obsidian-dataview/queries/dql-js-inline#inline-dql) or
- in the most flexible but most complex way: as a [Javascript Query](https://blacksmithgu.github.io/obsidian-dataview/queries/dql-js-inline#dataview-js).
A DQL Query consists of several parts:
- Exactly one [**Query Type**](https://blacksmithgu.github.io/obsidian-dataview/queries/query-types/) that determines what your Query Output looks like
- None or one [**FROM statement**](https://blacksmithgu.github.io/obsidian-dataview/queries/data-commands#from) to pick a specific tag or folder (or another [source](https://blacksmithgu.github.io/obsidian-dataview/reference/sources/)) to look at
- None to multiple [**other Data Commands**](https://blacksmithgu.github.io/obsidian-dataview/queries/data-commands/) that help you filter, group and sort your wanted output
## Risorse utili
[[Dataview Sources]]
[[Dataview Commands]]
[[Dataview Implicit fields]]
## Per approfondire
- [Dataview playlist (FromSergio - Youtube)](https://youtube.com/playlist?list=PL7oLu8NfQd86ZT19TSjZHreCztRnsY2VV&si=UC7YTd60khIC86zq)
- [Dataview for beginners (Youtube)](https://youtu.be/JTObSymEvWA?si=A7G313lElWOxr9tx) ^b2cc35
- [Automating your vault with Dataview (FromSergio - Youtube)](https://youtu.be/8yjNuiSBSAM?si=LukRswT387MkfLxS)