From b43511bab4b48b0c9d9d732c4ba610c53a3de6c7 Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Tue, 21 May 2024 07:41:12 +0200 Subject: [PATCH] Liste gruppiert Studienform und Studiumstyp #3 --- .../module/sxc/masken/47090_maskeninfo.unl | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src-modules/module/sxc/masken/47090_maskeninfo.unl b/src-modules/module/sxc/masken/47090_maskeninfo.unl index 1147a9b..13e775e 100644 --- a/src-modules/module/sxc/masken/47090_maskeninfo.unl +++ b/src-modules/module/sxc/masken/47090_maskeninfo.unl @@ -11,12 +11,12 @@ SELECT --hs_nr,\ -- abschluss_land,\ -- stufrm,\ abschluss_name,\ - stufrm_name,\ --- studientyp,\ - studientyp_str,\ regelstudienzeit,\ lehreinheit,\ - studienfach_hochschule_name\ + studienfach_hochschule_name,\ + array_to_string(array_agg(distinct stufrm_name order by stufrm_name),', ','') as stufrm_name,\ +-- studientyp,\ + array_to_string(array_agg(distinct studientyp_str order by studientyp_str),', ','') as studientyp_str\ from sxc_itnrw_sfmk S\ where 1=1\ /* and <> between gueltig_ab_semester and gueltig_bis_semester */\ @@ -46,7 +46,7 @@ and HSK.traegerschaft= T.bezeichnung\ and T.laufnummer=<> ) */ \ \ /* and hs_nr in (<>) */\ -\ +group by 1,2,3,4,5,6\ order by 1,2,3,4,5,6\ ;^XIL List\ sizable_columns horizontal_scrolling\ @@ -63,19 +63,19 @@ Column CID=1 heading_text="Studienfach" explanation="@@@sos_gesamtzahl@@@" cent Column CID=2 heading_text="Abschluss" explanation="" center_heading\ row_selectable col_selectable rightJust heading_platform readonly\ width=8\ -Column CID=2 heading_text="Studienform" explanation="" center_heading\ +Column CID=2 heading_text="Regelstudienzeit" explanation="" center_heading\ row_selectable col_selectable rightJust heading_platform readonly\ width=8\ -Column CID=2 heading_text="Studiumstyp" explanation="" center_heading\ +Column CID=3 heading_text="Lehreinheit" explanation="" center_heading\ row_selectable col_selectable rightJust heading_platform readonly\ width=8\ -Column CID=2 heading_text="Regelstudienzeit" explanation="" center_heading\ +Column CID=2 heading_text="Studiengangname Hochschule" explanation="" center_heading\ row_selectable col_selectable rightJust heading_platform readonly\ width=8\ -Column CID=3 heading_text="Lehreinheit" explanation="" center_heading\ +Column CID=2 heading_text="Studienform" explanation="" center_heading\ row_selectable col_selectable rightJust heading_platform readonly\ width=8\ -Column CID=2 heading_text="Studiengangname Hochschule" explanation="" center_heading\ +Column CID=2 heading_text="Studiumstyp" explanation="" center_heading\ row_selectable col_selectable rightJust heading_platform readonly\ width=8\ @@@^Semester^Anzahl^je Semester mit Geschlechtsangabe und Prozentwert^ ^-leer-^3^700^360^0^1^Quelle: https://www.it.nrw/system/files/media/document/file/studienfachmerkmalskombination_internetversion.xlsx^