vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
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.company AS Firma, rows.location as Standort, rows.manager AS Manager
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE company = [[cimt objects AG]] OR company = [[cimt services AG]] OR company = [[cimt technology GmbH]] OR company = [[cimt consulting AG]] OR company = [[cimt BV]] OR company = [[cimt spain]] OR company = [[cimt erpteam GmbH]]
|
||||
GROUP BY company
|
||||
SORT rows.location
|
||||
```
|
||||
|
||||
## Termine
|
||||
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND "Journal" OR "Areas/cimt AG/Veranstaltungen"
|
||||
```
|
||||
## Rollen
|
||||
```dataview
|
||||
TABLE
|
||||
FROM "Infos/Rollen"
|
||||
```
|
||||
Reference in New Issue
Block a user