36 lines
623 B
Markdown
36 lines
623 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.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
|
|
```
|
|
|
|
## Termine
|
|
|
|
```dataview
|
|
list from [[]] and !outgoing([[]]) AND "Journal" OR "Areas/cimt AG/Veranstaltungen"
|
|
```
|
|
## Rollen
|
|
```dataview
|
|
TABLE
|
|
FROM "Infos/Rollen"
|
|
```
|