@ -660,6 +660,8 @@ parent="Visualisierungen">Abfragen zur Administration von Visualisierungen </the
@@ -660,6 +660,8 @@ parent="Visualisierungen">Abfragen zur Administration von Visualisierungen </the
44220^Studierende nach Geschlecht^<sximport>select select_stmt from maskeninfo where tid=48180</sximport>^<sximport>select xil_proplist from maskeninfo where tid=48180</sximport>^Studienfach^Anzahl bzw. Anteil^Ausgabe der Studierenden nach Geschlecht in verschiedenen Visualisierungen (z.B. Tortendiagramm)^<sximport>select cleanup_stmt from maskeninfo where tid=48000</sximport>^^2^850^540^^1^<<SQL>>SELECT description FROM rpta_column_layout where tid=<<Spaltenlayout>>;^
44220^Studierende nach Geschlecht^<sximport>select select_stmt from maskeninfo where tid=48000</sximport>^<sximport>select xil_proplist from maskeninfo where tid=48000</sximport>^Studienfach^Anzahl bzw. Anteil^Ausgabe der Studierenden nach Geschlecht in verschiedenen Visualisierungen (z.B. Tortendiagramm)^<sximport>select cleanup_stmt from maskeninfo where tid=48000</sximport>^^2^850^540^^1^<<SQL>>SELECT description FROM rpta_column_layout where tid=<<Spaltenlayout>>;^
where resultset_id in (select R.tid from rpta_resultset R where R.uniquename='sos_stud_astat'\
where resultset_id in (select R.tid from rpta_resultset R where R.uniquename='sos_stud_astat_dashboard'\
and R.systeminfo_id=7)\
order by sortnr, caption\
;^^<<SQL>>SELECT uniquename,\
caption\
FROM rpta_column_layout \
where resultset_id in (select R.tid from rpta_resultset R where R.uniquename='sos_stud_astat'\
and R.systeminfo_id=7) and uniquename='sos_stud_sem';^
where resultset_id in (select R.tid from rpta_resultset R where R.uniquename='sos_stud_astat_dashboard'\
and R.systeminfo_id=7) and uniquename='sos_stud_sem_dashboard';^
44589^Semestertyp^5^350^-1^140^80^1^integer^255^0^1^<<SQL>> select 1,'nur Sommersemester' from xdummy union select 2,'nur Wintersemester' from xdummy^Eintrag^<<SQL>> select 2,'nur Wintersemester' from xdummy^
@ -287,7 +300,7 @@ left outer join ${added_table.name} on (${added_table.joinclause})
@@ -287,7 +300,7 @@ left outer join ${added_table.name} on (${added_table.joinclause})
</#foreach>';
--whereclauseerstmalprimitiv
updatetmp_rpta_resultsetsetwhereclause='and stichtag in (select tid from sos_stichtag where appl_key=''0'') and hrst in (''H'',''N'',''0'') and kz_rueck_beur_ein in (1,2,3)';
updatetmp_rpta_resultsetsetwhereclause='and stichtag in (select tid from sos_stichtag where appl_key=''0'') and hrst in (select apnr from sos_k_hrst HRST where HRST.astat in (''1'',''2'')) and kz_rueck_beur_ein in (1,2,3)';
select*intotemptmp_rs1
fromrpta_resultset
;
@ -295,7 +308,8 @@ from rpta_resultset
@@ -295,7 +308,8 @@ from rpta_resultset
updaterpta_resultsetsetcaption=T.caption,
fieldclause=T.fieldclause,
joinclause=T.joinclause,
whereclause=T.whereclause
whereclause=T.whereclause,
is_virtual=T.is_virtual
fromtmp_rpta_resultsetT
whereT.systeminfo_id=rpta_resultset.systeminfo_id
andT.uniquename=rpta_resultset.uniquename
@ -306,13 +320,15 @@ insert into rpta_resultset(caption,
@@ -306,13 +320,15 @@ insert into rpta_resultset(caption,