Datenwürfel für SuperX
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
3.0 KiB

update xcube set restriction='<<Köpfe oder Fälle ?>>
and sem_rueck_beur_ein >= <<Seit Semester>>
/*and sem_rueck_beur_ein <= <<Bis Semester>>*/
/* and <<Hörerstatus>> */
/* AND fach_sem_zahl <= <<bis Fachsemester>> */
/* and stichtag = <<Stichtag>> */
/* and kz_rueck_beur_ein in(<<Status>>) */
/* and geschlecht=<<Geschlecht>> */
/* and ${<<Filter Studierende>>} */
/* and tid_stg in (select tid from dim_studiengang where abschluss in <@printkeys Abschluss.allNeededKeysList />) --<<Abschluss>> */
and ''s_'' || tid_stg::char(10) in <@printkeys Studiengang.allNeededKeysList /> --<<Studiengang>>
/* and tid_stg in (select tid from dim_studiengang where stg in <@printkeys Fächer.allNeededKeysList/>) --<<Fächer>> */
/* and '''' || ca12_staat in <@printkeys Staatsangehörigkeit.allNeededKeysList/> --<<Staatsangehörigkeit>> */
/* and (('''' || semkfz in <@printkeys Wohnort.allNeededKeysList/> and semkfzkz=0) --<<Wohnort>> */
/* or ('''' || semkfz in <@printkeys Wohnort.allNeededKeysList/> and semkfzkz=1)) --<<Wohnort>> */
<#if "<<Alter>>"!=""> and ${Alter.selectedItems[0].strukturStr?replace("$1","alter")}</#if>
<#if "<<HZB-Note>>"!=""> and ${.vars["HZB-Note"].selectedItems[0].strukturStr?replace("$1","hzbnote")}</#if>
' where maskeninfo_id=21000;
update xcube set restriction=
--nur Abschlussprüfungen, interessanterweise gibt es auch pnr=11!?
'abschnitt = 2
--alle normalen Abfragen joinen mit lehr_stg_ab, deshalb sicherheitshalber
/* and pstatus = <<Prüfungsstatus>> */
and <<Köpfe oder Fälle ?>>
and sem_der_pruefung >= <<Seit Semester>>
/* and sem_der_pruefung <= <<Bis Semester>>*/
/* and stichtag = <<Stichtag>> */
/* and tid_stg in (select tid from dim_studiengang where abschluss in <@printkeys Abschluss.allNeededKeysList />) --<<Abschluss>> */
and ''s_'' || tid_stg::char(10) in <@printkeys Studiengang.allNeededKeysList /> --<<Studiengang>>
/* and tid_stg in (select tid from dim_studiengang where stg in <@printkeys Fächer.allNeededKeysList/>) --<<Fächer>> */
/* and '''' || ca12_staat in <@printkeys Staatsangehörigkeit.allNeededKeysList/> --<<Staatsangehörigkeit>> */
/* and geschlecht=<<Geschlecht>> */
<#if "<<Alter>>"!=""> and ${Alter.selectedItems[0].strukturStr?replace("$1","alter")}</#if>
<#if "<<Note>>"!=""> and ${.vars["Note"].selectedItems[0].strukturStr?replace("$1","note")}</#if>
/* AND fach_sem_zahl <= <<bis Fachsemester>> */
' where maskeninfo_id=21100;
update xcube set restriction='
(bukz!=''PE'' or bukz is null)
/* and jahr=<<Haushaltsjahr>> */
and fikrkey in <@printkeys Kostenarten.allNeededKeys />
and ch110_institut in <@printkeys Kostenstelle.allNeededKeys/>
/* AND <<Zeitraum>> */
/* and monat >= <<Monat von>> */
/* and monat <= <<Monat bis>> */
/* and (ggnr in <@printkeys .vars["Geldgeber"].allNeededKeys /> or <<Geldgeber>> =''null'')*/
/* and (projnr in <@printkeys Kostenträger.allNeededKeys/> or <<Kostenträger>> =''null'') */
' where maskeninfo_id=21500;