[Mpuls-commits] r3939 - waska/trunk/waskaweb/public/xml
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Oct 8 15:20:29 CEST 2010
Author: torsten
Date: 2010-10-08 15:20:29 +0200 (Fri, 08 Oct 2010)
New Revision: 3939
Modified:
waska/trunk/waskaweb/public/xml/eval_weitere.xml
Log:
* waskaweb/public/xml/eval_weitere.xml: Issue914: Added new evaluation "Art des Erstkontakts"
Modified: waska/trunk/waskaweb/public/xml/eval_weitere.xml
===================================================================
--- waska/trunk/waskaweb/public/xml/eval_weitere.xml 2010-10-08 13:15:42 UTC (rev 3938)
+++ waska/trunk/waskaweb/public/xml/eval_weitere.xml 2010-10-08 13:20:29 UTC (rev 3939)
@@ -171,6 +171,45 @@
</evaluation>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<evaluation>
+ <id>17</id>
+ <name>Art und Weise des Erstkontaktes zum Jugendlichen</name>
+ <desc>Zeigt die Gesamtanzahl der Fälle aufgeteilt nach Art und Weise des Erstkontaktes zum Jugendlichen</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>Erstkontakt</label>
+ <field>art_erstkontakt</field>
+ <table>art_erstkontakt_tbl</table>
+ <join>art_erstkontakt</join>
+ </ydim>
+ </evaluation>
+<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+ <evaluation>
<id>3</id>
<name>Status des jungen Menschen bei Eintritt</name>
<desc>Zeigt die Gesamtanzahl der Fälle aufgeteilt nach den verschiedenen Status bei Eintritt.</desc>
More information about the Mpuls-commits
mailing list