diff --git a/src-modules/module/sxc/masken/47090_felderinfo.unl b/src-modules/module/sxc/masken/47090_felderinfo.unl index c6a7424..d1ff026 100644 --- a/src-modules/module/sxc/masken/47090_felderinfo.unl +++ b/src-modules/module/sxc/masken/47090_felderinfo.unl @@ -1,8 +1,8 @@ -47090^Hochschule^10^0^0^100^150^1^char^30^0^12^<> select tid, type, name,sortnr from sichten where art in('SXC_Hochschulen-Sicht') and aktiv=1 order by sortnr, name;^^ ^ +47090^Hochschule^10^0^0^100^150^1^char^30^1^12^<> select tid, type, name,sortnr from sichten where art in('SXC_Hochschulen-Sicht') and aktiv=1 order by sortnr, name;^^ ^ 47091^Semester^1^0^0^130^80^1^integer^30^0^1^<> select tid,druck from kenn_semester order by tid DESC;^^<> select tid,druck from kenn_semester where today() between sem_beginn and sem_ende;^ 47092^Abschluss^40^0^0^100^200^5^char^30^0^1^<> select astat, dtxt from kenn_abschl_astat where struktur_c='Abschluss (amtlich)' order by 2;^^^ 47093^Hochschulart^15^0^0^170^200^1^integer^30^0^1^<> select laufnummer,bezeichnung from sxc_hsk_hochschultypen order by 1^ ^ ^ 47094^Stichwort^60^0^0^170^100^1^char^30^0^0^^^ ^ -47095^Hochschulort^20^0^0^170^100^1^char^30^0^0^^^ ^ +47095^Standort^20^0^0^170^100^1^char^30^0^1^<> select hs_nr, trim(name) || ' Standort ' || standort_ort from sxc_hochschulen_standorte where 1=1 /* and hs_nr_hauptsitz in <@printkeys Hochschule.allNeededKeysList/> --<> */ order by 2;^^ ^ 47096^Trägerschaft^17^0^0^170^200^1^integer^30^0^1^<> select laufnummer,bezeichnung from sxc_hsk_traegerschaftstypen order by 1^ ^ ^ 47097^Fächer^30^0^0^100^200^1^char^30^0^12^<> select tid,name,sortnr from sichten where art='KENN-Fächer-Sicht' order by sortnr,name;^^^ diff --git a/src-modules/module/sxc/masken/47090_maskeninfo.unl b/src-modules/module/sxc/masken/47090_maskeninfo.unl index 676f05e..1147a9b 100644 --- a/src-modules/module/sxc/masken/47090_maskeninfo.unl +++ b/src-modules/module/sxc/masken/47090_maskeninfo.unl @@ -31,7 +31,9 @@ and L.land=5) */\ \ /* and hs_nr::varchar(255) in <@printkeys Hochschule.allNeededKeysList/> --<> */\ \ -/* and position(<> in studienfach_hochschule_name) >0 */\ +/* and (position(<> in studienfach_hochschule_name) >0 */\ +/* OR position(<> in studienfach_name) >0 */\ +/* OR position(<> in abschluss_name) >0 ) */\ \ /* and hs_nr in (select H.hs_nr from sxc_hochschulen H,sxc_hochschulen_hsk HSK, sxc_hsk_hochschultypen T\ where HSK.hsnr=H.hsk_laufnummer\ @@ -43,9 +45,7 @@ where HSK.hsnr=H.hsk_laufnummer\ and HSK.traegerschaft= T.bezeichnung\ and T.laufnummer=<> ) */ \ \ -/* and hs_nr in (select H.hs_nr from sxc_hochschulen H,sxc_hochschulen_hsk HSK\ -where HSK.hsnr=H.hsk_laufnummer\ -and position(<> in HSK.hausanschrift_ort) >0 ) */ \ +/* and hs_nr in (<>) */\ \ order by 1,2,3,4,5,6\ ;^XIL List\