Browse Source

Jahreszeitraum und nur bestandene Absolventinnen

sxc_0.3_Release
Imo John 4 months ago
parent
commit
4fa62321e3
  1. 4
      src-modules/module/sxc/masken/47170_felderinfo.unl
  2. 1
      src-modules/module/sxc/masken/47170_maskeninfo.unl
  3. 9
      src-modules/module/sxc/upgrade/sxc_pre_upgrade_pg.sql

4
src-modules/module/sxc/masken/47170_felderinfo.unl

@ -1,3 +1,3 @@
47170^Hochschule^0^0^0^100^150^1^char^30^0^12^<<SQL>> select tid, type, name,sortnr from sichten where art in('SXC_Hochschulen-Sicht') and aktiv=1 order by sortnr, name;^ ^ ^ 47170^Hochschule^0^0^0^100^150^1^char^30^0^12^<<SQL>> select tid, type, name,sortnr from sichten where art in('SXC_Hochschulen-Sicht') and aktiv=1 order by sortnr, name;^ ^ ^
47171^Seit Semester^1^0^0^130^80^1^integer^30^0^999^<<SQL>> select tid,druck from kenn_jahr where tid in (select jahr from sxc_stud_sem_da_geschl_hs) order by tid DESC;^ ^<<SQL>> select tid,druck from kenn_jahr where tid in (select jahr from sxc_stud_sem_da_geschl_hs) order by tid limit 1^ 47171^Seit Jahr^1^0^0^130^80^1^integer^30^0^1^<<SQL>> select distinct jahr, jahr from sxc_lab_jahr_da_geschl_hs_aggr order by jahr DESC;^ ^<<SQL>> select distinct jahr, jahr from sxc_lab_jahr_da_geschl_hs_aggr order by jahr ASC limit 1;^
47177^Jahr^3^330^-1^130^100^1^integer^30^0^1^<<SQL>> select distinct jahr, jahr from sxc_lab_jahr_da_geschl_hs_aggr order by jahr DESC;^ ^<<SQL>> select distinct jahr, jahr from sxc_lab_jahr_da_geschl_hs_aggr order by jahr DESC;^ 47177^Bis Jahr^3^330^-1^130^100^1^integer^30^0^1^<<SQL>> select distinct jahr, jahr from sxc_lab_jahr_da_geschl_hs_aggr order by jahr DESC;^ ^<<SQL>> select distinct jahr, jahr from sxc_lab_jahr_da_geschl_hs_aggr order by jahr DESC limit 1;^

1
src-modules/module/sxc/masken/47170_maskeninfo.unl

@ -37,6 +37,7 @@ sum(gesamt) ,\
(case when nationalitaet_a=1 then sum(gesamt) else 0 end) as absolv_a_gesamt\ (case when nationalitaet_a=1 then sum(gesamt) else 0 end) as absolv_a_gesamt\
from sxc_lab_jahr_da_geschl_hs_aggr\ from sxc_lab_jahr_da_geschl_hs_aggr\
where 1=1\ where 1=1\
and bestanden_j=1\
/* and jahr >= <<Seit Semester>>*/\ /* and jahr >= <<Seit Semester>>*/\
/* and jahr <= <<Bis Semester>> */\ /* and jahr <= <<Bis Semester>> */\
/* and hs_nr::varchar(255) in <@printkeys Hochschule.allNeededKeysList/> --<<Hochschule>> */\ /* and hs_nr::varchar(255) in <@printkeys Hochschule.allNeededKeysList/> --<<Hochschule>> */\

9
src-modules/module/sxc/upgrade/sxc_pre_upgrade_pg.sql

@ -1 +1,10 @@
drop table if exists sxc_mapping_bestand; drop table if exists sxc_mapping_bestand;
drop view if exists sxc_hochschulen_art;
drop view if exists sxc_hochschulen_bland;
drop view if exists sxc_hochschulen_bland_traeger;
drop view if exists sxc_hochschulen_hsk_art;
drop view if exists sxc_hochschulen_liste;
drop view if exists sxc_hochschulen_nrw_art;
drop view if exists sxc_hochschulen_nrw_liste;
drop view if exists sxc_hochschulen_traeger_bland;
Loading…
Cancel
Save