@ -34,7 +34,7 @@ select uniquename from rpta_resultset where uniquename='rpta_exam_unit_dim_studi
" column_type " : " physicalColumn " ,
" column_type " : " physicalColumn " ,
" col_function " : " " ,
" col_function " : " " ,
" format_code " : " " ,
" format_code " : " " ,
" caption " : " " ,
" caption " : " Name der Prüfung ",
" is_visible " : " 1 " ,
" is_visible " : " 1 " ,
" is_aggregate " : 0 ,
" is_aggregate " : 0 ,
" visible_size " : 40 ,
" visible_size " : 40 ,
@ -51,10 +51,22 @@ select uniquename from rpta_resultset where uniquename='rpta_exam_unit_dim_studi
" visible_size " : 15 ,
" visible_size " : 15 ,
" description " : " " } ,
" description " : " " } ,
{ " uniquename " : " note_schnitt " ,
{ " uniquename " : " note_case " ,
" srcfieldname " : " note " ,
" srcfieldname " : " note " ,
" targetfieldname " : " note_case " ,
" column_type " : " logicalColumn " ,
" col_function " : " (case when note > 6 then null else note end) " ,
" format_code " : " " ,
" caption " : " Durchschnittsnote % * " ,
" is_visible " : " 0 " ,
" is_aggregate " : 0 ,
" visible_size " : 5 ,
" description " : " " } ,
{ " uniquename " : " note_schnitt " ,
" srcfieldname " : " note_case " ,
" targetfieldname " : " note_schnitt " ,
" targetfieldname " : " note_schnitt " ,
" column_type " : " physicalColumn " ,
" column_type " : " processing Column " ,
" col_function " : " avg " ,
" col_function " : " avg " ,
" format_code " : " " ,
" format_code " : " " ,
" caption " : " Durchschnittsnote * " ,
" caption " : " Durchschnittsnote * " ,