Files
thpeetz-notes/Infos/Unternehmen/cimt AG.md
T

36 lines
824 B
Markdown

---
organization: cimt AG
address:
street: Messberg 4
city: Hamburg
code: 20095
country: Deutschland
url: http://www.cimt-ag.de/
---
## Unternehmen
```dataview
list from [[]] and !outgoing([[]]) and "Infos/Unternehmen"
```
## Kontakte
```dataview
TABLE rows.file.link AS Kollege, rows.company AS Firma, rows.location as Standort, rows.manager AS Manager
FROM "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
SORT rows.location
```
## Termine
```dataview
list from [[]] and !outgoing([[]]) AND "Journal" OR "Areas/cimt AG/Veranstaltungen"
```
## Rollen
```dataview
TABLE
FROM "Infos/Rollen"
```