Files
thpeetz-notes/Infos/Unternehmen/1&1 Telecommunications SE.md
T

32 lines
615 B
Markdown

---
tags:
organization:
address:
street:
city:
code:
country:
url: http://www.1und1.de/
---
## Kontakte
```dataview
TABLE location AS Standort, manager AS Vorgesetzter
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
WHERE !contains(former_company, [[<* tp.file.name *>]])
SORT location, manager, name
```
## Ehemalige Kollegen
```dataview
TABLE company AS Firma, location AS Standort
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
WHERE contains(former_company, [[<* tp.file.name *>]])
SORT location, manager, name
```
## Termine
```dataview
list from [[]] and !outgoing([[]]) and "Journal"
```