(→Unload) |
|||
Zeile 10: | Zeile 10: | ||
* Entwicklungssystem Albstadt: | * Entwicklungssystem Albstadt: | ||
** Webapp: https://h1-mig.hs-albsig.de/ | ** Webapp: https://h1-mig.hs-albsig.de/ | ||
== Nützliche Scripte== | |||
Formeln einer Kennzahl: | |||
select C.* from man_catalogue C | |||
where C.id in ( select R.catalogue_id from man_catalogue_rpt R | |||
where R.report_id='FHAS_KENNZ') | |||
order by 2; | |||
Kennzahlen im Report: | |||
select R.* from man_catalogue_rpt R | |||
where R.report_id='FHAS_KENNZ' | |||
order by sortnr,sortnr2; | |||
==Unload== | ==Unload== |
Version vom 12. Februar 2022, 08:20 Uhr
Umgebung
- git repo:
- Demosystem Memtext
- Host davy
- Ordner für lokales git: /home/superx/Projekte/albstadt_hs/git/AlbSig_HS
- Webapp: http://188.246.11.109:8088/qisserver/
- Managementbericht: FHAS_KENNZ ("Kennzahlenübersicht Albstadt-Sigmaringen")
- Host davy
- Entwicklungssystem Albstadt:
- Webapp: https://h1-mig.hs-albsig.de/
Nützliche Scripte
Formeln einer Kennzahl:
select C.* from man_catalogue C where C.id in ( select R.catalogue_id from man_catalogue_rpt R where R.report_id='FHAS_KENNZ') order by 2;
Kennzahlen im Report:
select R.* from man_catalogue_rpt R where R.report_id='FHAS_KENNZ' order by sortnr,sortnr2;
Unload
in short: auf davy als superx:
. SQL_ENV_his1_muster cd Projekte/albstadt_hs/git/AlbSig_HS/man_reports/fhas_kennz/ ./man_catalogue_unload_FHAS_KENNZ.x
Es wird eine Datei man_report_xupdate_FHAS_KENNZ.xml erzeugt. Diese dann bitte regelmäßig ins git committen.