vault backup: 2026-06-18 23:57:12

This commit is contained in:
Thomas Peetz
2026-06-18 23:57:12 +02:00
parent 4eddfd5861
commit 07fa833514
31 changed files with 1021 additions and 469 deletions
+2 -2
View File
@@ -23,9 +23,9 @@ SORT location, X-MANAGER, name
## Ehemalige Kollegen
```dataview
TABLE company AS Firma, location AS Standort
TABLE ORG AS Firma, location AS Standort
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE contains(X-FORMER-ORG, [[cimt consulting AG]])
WHERE contains(X-FORMER-ORG, "cimt consulting AG")
SORT location, manager, name
```