|
|
|
@ -16,7 +16,21 @@ update xcube set restriction='<<Köpfe oder Fälle ?>>
@@ -16,7 +16,21 @@ update xcube set restriction='<<Köpfe oder Fälle ?>>
|
|
|
|
|
<#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 |
|
|
|
|
'pnr = 1 and pstatus = ''BE'' and abschnitt = 2 |
|
|
|
|
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 '''' || 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> |
|
|
|
|
' where maskeninfo_id=21100; |
|
|
|
|
|
|
|
|
|
update xcube set restriction=' |
|
|
|
|
(bukz!=''PE'' or bukz is null) |
|
|
|
|
/* and jahr=<<Haushaltsjahr>> */ |
|
|
|
|