rename category to categories
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Trips]]"
|
||||
start: 2023-09-12
|
||||
end: 2023-09-30
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Meetings]]"
|
||||
type: []
|
||||
date: 2023-09-14
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Posts]]"
|
||||
- "[[Clippings]]"
|
||||
created: 2023-09-14
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Projects]]"
|
||||
type:
|
||||
- "[[UI]]"
|
||||
|
||||
@@ -13,7 +13,7 @@ table without id
|
||||
type as Type
|
||||
where
|
||||
monthly-uses > 0 and
|
||||
contains(category, [[Products]])
|
||||
contains(categories, [[Products]])
|
||||
sort
|
||||
round(price/(monthly-uses*((date(today) - acquired).months)),2) asc
|
||||
```
|
||||
Reference in New Issue
Block a user