From 75572afd1aef2207dc5c106fe84e0f9c71478e41 Mon Sep 17 00:00:00 2001 From: Imo John Date: Wed, 19 Feb 2025 08:41:20 +0100 Subject: [PATCH] =?UTF-8?q?2=20Nachkommastellen=20f=C3=BCr=20Durchfallquot?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rptaColLay_rpta_exam_unit_dim_studiengang_note_fuellen.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-modules/module/rpta/schluesseltabellen/rptaColLay_rpta_exam_unit_dim_studiengang_note_fuellen.sql b/src-modules/module/rpta/schluesseltabellen/rptaColLay_rpta_exam_unit_dim_studiengang_note_fuellen.sql index afd2138..2907312 100644 --- a/src-modules/module/rpta/schluesseltabellen/rptaColLay_rpta_exam_unit_dim_studiengang_note_fuellen.sql +++ b/src-modules/module/rpta/schluesseltabellen/rptaColLay_rpta_exam_unit_dim_studiengang_note_fuellen.sql @@ -103,7 +103,7 @@ select uniquename from rpta_resultset where uniquename='rpta_exam_unit_dim_studi "srcfieldname":"pstatus_nb_sum", "targetfieldname":"pstatus_nb_quote", "column_type":"computedColumn", -"col_function":"case when summe < 5 then null else pstatus_nb_sum/summe*100 end", +"col_function":"case when summe < 5 then null else pstatus_nb_sum/summe::decimal(18,2)*100 end", "format_code":"DEC_2", "caption":"Durchfallquote in % *", "is_visible":"1",