1 changed files with 0 additions and 66 deletions
@ -1,66 +0,0 @@
@@ -1,66 +0,0 @@
|
||||
--freemarker template |
||||
<#include "RPTA-Makros"/> |
||||
<sqlvars> |
||||
<sqlvar name="rpta_exam_unit_dim_studiengang_exists"> |
||||
select count(*) from rpta_resultset where uniquename='rpta_exam_unit_dim_studiengang'; |
||||
</sqlvar> |
||||
</sqlvars> |
||||
<#assign rpta_column_layout = {"uniquename":"rpta_exam_unit_dim_studiengang_studienstiftung_rangliste", |
||||
"caption":"Studienstiftung Rangliste", |
||||
"rpta_resultset":"rpta_exam_unit_dim_studiengang", |
||||
"whereclause":"((modulart=''P'' and sourcesystem=6) or (part=''MP'' and sourcesystem=5)) |
||||
and pstatus in (''BE'',''NB'',''EN'') |
||||
and (((panerk != ''J'' and sourcesystem=6) or (panerk is null and sourcesystem=6)) |
||||
or ((panerk != ''I'' and panerk != ''J'' and panerk != ''H'' and sourcesystem=5) or (panerk is null and sourcesystem=5)))", |
||||
"description":"", |
||||
"sortclause":"note_schnitt,ects_ist desc,ects_soll asc" |
||||
} |
||||
/> |
||||
|
||||
<#assign rpta_columns = [ |
||||
|
||||
{"uniquename":"matrikel_nr", |
||||
"caption_in_ergebnistabelle":"Matrikelnummer", |
||||
"is_visible":"1", |
||||
"format_code":"INT_NO_SEP", |
||||
"visible_size":"5", |
||||
"description_in_ergebnistabelle":"" |
||||
}, |
||||
{"uniquename":"surname", |
||||
"caption_in_ergebnistabelle":"Nachname", |
||||
"is_visible":"1", |
||||
"format_code":"", |
||||
"visible_size":"5", |
||||
"description_in_ergebnistabelle":"" |
||||
}, |
||||
{"uniquename":"ects_soll", |
||||
"caption_in_ergebnistabelle":"Soll-ECTS", |
||||
"is_visible":"1", |
||||
"format_code":"", |
||||
"visible_size":"5", |
||||
"description_in_ergebnistabelle":"" |
||||
}, |
||||
{"uniquename":"ects_ist", |
||||
"caption_in_ergebnistabelle":"Ist-ECTS", |
||||
"is_visible":"1", |
||||
"format_code":"", |
||||
"visible_size":"5", |
||||
"description_in_ergebnistabelle":"" |
||||
}, |
||||
{"uniquename":"note_case", |
||||
"caption_in_ergebnistabelle":"", |
||||
"is_visible":"0", |
||||
"format_code":"", |
||||
"visible_size":"5", |
||||
"description_in_ergebnistabelle":"" |
||||
}, |
||||
{"uniquename":"note_schnitt", |
||||
"caption_in_ergebnistabelle":"Durchschnittsnote berechnet", |
||||
"is_visible":"1", |
||||
"format_code":"", |
||||
"visible_size":"5", |
||||
"description_in_ergebnistabelle":"" |
||||
} |
||||
] |
||||
/> |
||||
<@rpta_column2layout_fuellen /> |
||||
Loading…
Reference in new issue