vault backup: 2026-06-17 18:28:24
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user