vault backup: 2026-02-10 15:24:39
This commit is contained in:
@@ -12,14 +12,14 @@ url: http://ampuls-kommunikation.de/index.html
|
||||
## Kontakte
|
||||
```dataview
|
||||
TABLE location AS Standort, manager AS Vorgesetzter
|
||||
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
|
||||
FROM [[]] AND !outgoing([[]]) AND #process/contact
|
||||
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"
|
||||
FROM [[]] AND !outgoing([[]]) AND #process/contact
|
||||
WHERE contains(former_company, [[<* tp.file.name *>]])
|
||||
SORT location, manager, name
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user