From b83c1d987b99ba2850a3d0f220418742d7a27947 Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Mon, 10 Aug 2026 08:52:13 +0200 Subject: [PATCH] =?UTF-8?q?Erm=C3=B6gliche=20Post-Processing=20#18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/rpta/schluesseltabellen/fm_templates.unl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src-modules/module/rpta/schluesseltabellen/fm_templates.unl b/src-modules/module/rpta/schluesseltabellen/fm_templates.unl index a40345c..9b0cc4f 100644 --- a/src-modules/module/rpta/schluesseltabellen/fm_templates.unl +++ b/src-modules/module/rpta/schluesseltabellen/fm_templates.unl @@ -267,7 +267,7 @@ drop TABLE tmp_rpta_column_layout;\ drop TABLE tmp_rpta_column2layout;\ \ \ -<#macro rpta_interpret_column_layout nonvirtualTableFilter removeEmptyLines="true">\ +<#macro rpta_interpret_column_layout nonvirtualTableFilter removeEmptyLines="true" postProcessing="false">\ <#assign columnLayoutHasTreeColumn=0 />\ select '${removeEmptyLines}';\ \ @@ -517,6 +517,7 @@ select '${removeEmptyLines}';\ \ \ <#assign colnr=0 />\ + <#if postProcessing=="false">\ select \ <#foreach column in columns>\ <#if column.is_visible!=0>\ @@ -555,12 +556,14 @@ select '${removeEmptyLines}';\ \ \ ;\ - \ + \ <#if basetable.is_virtual==1>\ drop table if exists ${basetable.runtime_tablename};\ \ drop table if exists tmp_stud;\ + <#if postProcessing=="false">\ drop table if exists tmp_stud2;\ + \ drop table if exists tmp_gesamt;\ \ \