From 58ea48d039ca66ad7b7af17e58511ea7eddb26f4 Mon Sep 17 00:00:00 2001 From: Meikel Bisping Date: Fri, 14 Mar 2025 10:34:30 +0100 Subject: [PATCH] Sortierung Haushaltsjahr DESC --- masken/888880120-drittmittel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masken/888880120-drittmittel.xml b/masken/888880120-drittmittel.xml index 6027578..decbb85 100644 --- a/masken/888880120-drittmittel.xml +++ b/masken/888880120-drittmittel.xml @@ -849,7 +849,7 @@ Column CID=0 heading_text="Buchungen\nAusgaben" explanation="wenn Sie den Link a @@@]]> -> SELECT distinct ord,name FROM aggregierung where kategorie='FIN-Jahr' and ord>=2005 order by 1;]]> +> SELECT distinct ord,name FROM aggregierung where kategorie='FIN-Jahr' and ord>=2020 order by 1 DESC;]]> > select distinct lehr,lehr from fin_proj where lehr like 'SFB%' order by 1]]> > select id,caption from sx_repository where art='FIN_DRITTMITTELP_GRUPPE' and aktiv=1 order by sort1,caption]]> > select 'ja','ja' from xdummy union select 'nein','nein' from xdummy;]]>