Files
thpeetz-notes/Infos/Unternehmen/cimt BV.md
T
2026-02-11 11:43:37 +01:00

35 lines
733 B
Markdown

---
tags:
organization:
address:
street: Sparrendaalseweg 5
city: Vught
code: 5262 LR
country: Netherlands
url: https://www.cimt-ag.de/
parent_company: "[[cimt AG]]"
---
## Kontakte
```dataview
TABLE location AS Standort, manager AS Vorgesetzter, birthday
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE !contains(former_company, [[cimt BV]])
SORT location, manager, name
```
## Ehemalige Kollegen
```dataview
TABLE company AS Firma, location AS Standort
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
WHERE contains(former_company, [[cimt BV]])
SORT location, manager, name
```
## Termine
```dataview
LIST
FROM [[]] AND !outgoing([[]]) AND "Journal" OR "Areas/cimt AG/Veranstaltungen"
SORT file.name
```