diff --git a/src-modules/module/xcube/masken/21000_felderinfo.unl b/src-modules/module/xcube/masken/21000_felderinfo.unl index c967e46..d27fcac 100644 --- a/src-modules/module/xcube/masken/21000_felderinfo.unl +++ b/src-modules/module/xcube/masken/21000_felderinfo.unl @@ -44,3 +44,5 @@ and trim(F.table_name) || '.' || F.name in (select trim(tablename)||'.'||trim(fi 21023^2.Ansicht in Zeilen^125^0^0^100^100^1^char^50^0^999^<> select name,caption from xcube_dimconfig where maskeninfo_id=${Maskennummer} and is_secondrowdim=1 order by 1^hidden^1^ 21024^Wohnort^38^0^0^140^80^1^char^30^0^12^<> select tid,name,sortnr from sichten where art in ('XCUBE-Wohnort-Sicht') order by 3,2;^^^ 21025^Alter^39^0^0^140^80^1^char^30^0^12^<> select tid,name,sortnr from sichten where art in ('XCUBE-Alter-Sicht') order by 3,2;^^^ +21026^Aktiv^40^0^0^100^100^1^integer^30^0^999^<> select 1,'Aktiv' from xdummy union select 0,'Inaktiv' from xdummy;^^^ +21027^Hörerstatus(cifx)^43^0^0^140^170^1^char^30^0^1^<> select apnr, druck from cifx where key=613 order by 2^apnr, eintrag^ ^