[Mpuls-commits] r3785 - waska/trunk/waskaweb/public/xml
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Sep 27 13:06:28 CEST 2010
Author: torsten
Date: 2010-09-27 13:06:25 +0200 (Mon, 27 Sep 2010)
New Revision: 3785
Modified:
waska/trunk/waskaweb/public/xml/eval_weitere.xml
Log:
Issue919: Added new evaluation
Modified: waska/trunk/waskaweb/public/xml/eval_weitere.xml
===================================================================
--- waska/trunk/waskaweb/public/xml/eval_weitere.xml 2010-09-27 10:56:02 UTC (rev 3784)
+++ waska/trunk/waskaweb/public/xml/eval_weitere.xml 2010-09-27 11:06:25 UTC (rev 3785)
@@ -407,6 +407,44 @@
</evaluation>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<evaluation>
+ <id>16</id>
+ <name>Schnittstelle bei Austritt</name>
+ <desc>Zeigt die Gesamtanzahl der Fälle aufgeteilt nach den verschiedenen Schnittstellen bei Austritt.</desc>
+ <basequery>
+ <table>master_tbl_eval_total_view</table>
+ <template>SELECT id, %(xfield)s, %(yfield)s from %(from)s WHERE %(where)s</template>
+ <where>('%(sdate)s'::date <= coalesce(beendigung_5, now())
+ AND '%(edate)s'::date >= datum_feststellung)</where>
+ </basequery>
+ <xdim>
+ <label>Geschlecht</label>
+ <field>geschlecht</field>
+ <table>geschlecht_tbl</table>
+ <join>geschlecht</join>
+ </xdim>
+ <xdim>
+ <label>Migration nach Geschlecht</label>
+ <field>(CASE WHEN ((muttersprache not in (18,-1, -3) or
+ staatsangehoerigkeit not in (29, -1, -3) or vater not in (1, -1) or
+ mutter not in (1, -1)) and geschlecht = 0) THEN 0 WHEN ((muttersprache not in (18,-1, -3) or
+ staatsangehoerigkeit not in (29, -1, -3) or vater not in (1, -1) or
+ mutter not in (1, -1)) and geschlecht = 1) THEN 1 WHEN ((muttersprache not in (18,-1, -3) or
+ staatsangehoerigkeit not in (29, -1, -3) or vater not in (1, -1) or
+ mutter not in (1, -1)) and geschlecht = -3) THEN -3 WHEN ((muttersprache not in (18,-1, -3) or
+ staatsangehoerigkeit not in (29, -1, -3) or vater not in (1, -1) or
+ mutter not in (1, -1)) and geschlecht = -1) THEN -1 ELSE 10 END) as migration</field>
+ <table>geschlecht_tbl</table>
+ <join>migration</join>
+ </xdim>
+ <ydim>
+ <label>Schnittstelle</label>
+ <field>bei_austritt_ist_der_jugendliche</field>
+ <table>bei_austritt_ist_der_jugendliche_tbl</table>
+ <join>bei_austritt_ist_der_jugendliche</join>
+ </ydim>
+ </evaluation>
+<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+ <evaluation>
<id>11</id>
<name>Höchster erreichter Schulabschluss</name>
<desc>Zeigt den höchsten erreichten Schulabschluss der Jugendlichen an.</desc>
More information about the Mpuls-commits
mailing list