|
|
|
@ -8,7 +8,7 @@ update xcube set restriction='<<Köpfe oder Fälle ?>>
@@ -8,7 +8,7 @@ update xcube set restriction='<<Köpfe oder Fälle ?>>
|
|
|
|
|
/* 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 ''s_'' || tid_stg::char(10) in <@printkeys Studiengang.allNeededKeysList /> --<<Studiengang>> |
|
|
|
|
/* 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>> */ |
|
|
|
@ -28,7 +28,7 @@ update xcube set restriction='<<Köpfe oder Fälle ?>>
@@ -28,7 +28,7 @@ update xcube set restriction='<<Köpfe oder Fälle ?>>
|
|
|
|
|
/* 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 ''s_'' || tid_stg::char(10) in <@printkeys Studiengang.allNeededKeysList /> --<<Studiengang>> |
|
|
|
|
/* and '''' || ca12_staat in <@printkeys Staatsangehörigkeit.allNeededKeysList/> --<<Staatsangehörigkeit>> */ |
|
|
|
|
/* and geschlecht=<<Geschlecht>> */ |
|
|
|
|
<#if "<<Alter>>"!=""> and ${Alter.selectedItems[0].strukturStr?replace("$1","alter")}</#if> |
|
|
|
|