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;\ \ \