vault backup: 2026-04-13 17:52:00
This commit is contained in:
@@ -91,6 +91,6 @@ TABLE WITHOUT ID
|
||||
choice(work_home = true, "✅", "❌") as HomeOffice,
|
||||
choice(work_office = true, "✅", "❌") as Büro
|
||||
FROM "Journal/cimt AG"
|
||||
WHERE file.day >= date(2026-03-01) AND file.day < date(2026-04-01) and work_home = false and work_office = false
|
||||
WHERE file.day >= date(2026-04-01) AND file.day < date(2026-05-01) and work_home = false and work_office = false
|
||||
SORT file.day ASC
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user