vault backup: 2026-02-10 15:24:39
This commit is contained in:
@@ -12,7 +12,7 @@ url: http://www.adobe.com/
|
||||
## Kontakte
|
||||
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) and "Infos/Kontakte"
|
||||
list from [[]] and !outgoing([[]]) and #process/contact
|
||||
```
|
||||
|
||||
## Termine
|
||||
|
||||
@@ -11,7 +11,7 @@ url: http://www.adsett.de/
|
||||
|
||||
## Kontakte
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) and "Infos/Kontakte"
|
||||
list from [[]] and !outgoing([[]]) and #process/contact
|
||||
```
|
||||
|
||||
## Termine
|
||||
|
||||
@@ -10,7 +10,7 @@ url: https://agilenetworks.tech/
|
||||
|
||||
## Kontakte
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) and "Infos/Kontakte"
|
||||
list from [[]] and !outgoing([[]]) and #process/contact
|
||||
```
|
||||
|
||||
## Termine
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -13,7 +13,7 @@ parent_company: "[[cimt AG]]"
|
||||
## Kontakte
|
||||
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) and "Infos/Kontakte"
|
||||
list from [[]] and !outgoing([[]]) and #process/contact
|
||||
```
|
||||
|
||||
## Termine
|
||||
|
||||
@@ -7,7 +7,7 @@ parent_company: "[[cimt AG]]"
|
||||
## Kontakte
|
||||
```dataview
|
||||
TABLE location AS Standort, manager AS Vorgesetzter, birthday
|
||||
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
|
||||
FROM [[]] AND !outgoing([[]]) AND #process/contact
|
||||
WHERE !contains(former_company, [[cimt objects AG]])
|
||||
SORT location, manager, name
|
||||
```
|
||||
|
||||
@@ -13,16 +13,17 @@ address:
|
||||
```dataview
|
||||
TABLE location AS Standort, manager AS Vorgesetzter
|
||||
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
|
||||
WHERE !contains(former_company, [[its-people GmbH]])
|
||||
WHERE !contains(former_shareholder, [[its-people GmbH]])
|
||||
SORT location, manager, name
|
||||
```
|
||||
## Ehemalige Kollegen
|
||||
## Ehemalige Teilhaber
|
||||
```dataview
|
||||
TABLE company AS Firma, location AS Standort
|
||||
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
|
||||
WHERE contains(former_company, [[its-people GmbH]])
|
||||
WHERE contains(former_shareholder, [[its-people GmbH]])
|
||||
SORT location, manager, name
|
||||
```
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) and "Journal"
|
||||
|
||||
Reference in New Issue
Block a user