vault backup: 2026-06-17 18:28:24

This commit is contained in:
Thomas Peetz
2026-06-17 18:28:24 +02:00
parent e009d938f8
commit 4eddfd5861
3 changed files with 69 additions and 22 deletions
+4 -4
View File
@@ -16,10 +16,10 @@ list from [[]] and !outgoing([[]]) and "Infos/Unternehmen"
## Kontakte
```dataview
TABLE rows.file.link AS Kollege, rows.company AS Firma, rows.ADR.WORK.LOCALITY as Standort, rows.X-MANAGER AS Manager
FROM [[cimt objects AG]] OR [[cimt consulting AG]] [[cimt services AG]] OR [[]] AND "Infos/Kontakte"
WHERE company = [[cimt objects AG]] OR company = [[cimt services AG]] OR company = [[cimt technology GmbH]] OR company = [[cimt consulting AG]] OR company = [[cimt BV]] OR company = [[cimt spain]] OR company = [[cimt erpteam GmbH]]
GROUP BY company
TABLE rows.file.link AS Kollege, rows.ORG AS Firma, rows.ADR.WORK.LOCALITY as Standort, rows.X-MANAGER AS Manager
FROM "Infos/Kontakte"
WHERE contains(ORG, "cimt")
GROUP BY ORG
SORT rows.location
```