Kompetenzmatrix¶
Schulungen und Kompetenznachweise ueber alle Spaces. Automatisch aktualisiert via Dataview.
Alle Schulungen¶
TABLE
title AS "Schulung",
management_system AS "Space",
status AS "Status"
FROM "QMS" OR "ISMSI" OR "IMS" OR "ISDS2"
WHERE type = "schulung"
SORT management_system ASC, title ASC
Schulungsmodule nach Space¶
TABLE WITHOUT ID
management_system AS "Space",
length(rows) AS "Anzahl Module"
FROM "QMS" OR "ISMSI" OR "IMS" OR "ISDS2"
WHERE type = "schulung"
GROUP BY management_system
SORT management_system ASC
Teilnahmeprotokolle¶
TABLE
title AS "Schulung",
management_system AS "Space",
status AS "Status"
FROM "QMS" OR "ISMSI" OR "IMS" OR "ISDS2"
WHERE type = "schulung" AND contains(file.name, "tp-")
SORT file.ctime DESC
Änderungshistorie¶
| Datum | Autor | Änderung |
|---|---|---|
| 2026-02-15 | Visitrans | SPEC-06: Fachmodule — KPI, Schulung, DSMS-Register, Umwelt, Validator |