Product usage analysis
This commit is contained in:
16
Categories/Products.md
Normal file
16
Categories/Products.md
Normal file
@@ -0,0 +1,16 @@
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Product,
|
||||
rating as Rating,
|
||||
acquired as Acquired,
|
||||
type as Type,
|
||||
maker as Maker
|
||||
where
|
||||
!contains(file.name, "Template") and
|
||||
contains(category, [[Products]])
|
||||
sort
|
||||
acquired desc,
|
||||
file.name,
|
||||
rating desc,
|
||||
file.mtime desc
|
||||
```
|
||||
Reference in New Issue
Block a user