[Mpuls-commits] r3545 - jmd/trunk/jmdweb/public/xml

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Sep 7 14:21:09 CEST 2010


Author: torsten
Date: 2010-09-07 14:21:03 +0200 (Tue, 07 Sep 2010)
New Revision: 3545

Modified:
   jmd/trunk/jmdweb/public/xml/eval_zielgruppe.xml
Log:
* jmdweb/public/xml/eval_zielgruppe.xml: Fixed evaluation for Muttersprache


Modified: jmd/trunk/jmdweb/public/xml/eval_zielgruppe.xml
===================================================================
--- jmd/trunk/jmdweb/public/xml/eval_zielgruppe.xml	2010-09-07 09:33:04 UTC (rev 3544)
+++ jmd/trunk/jmdweb/public/xml/eval_zielgruppe.xml	2010-09-07 12:21:03 UTC (rev 3545)
@@ -190,7 +190,7 @@
       <ydim>
           <label>Muttersprache</label>
           <field>sprache_zuhause</field>
-          <table>(SELECT * FROM muttersprache_tbl WHERE id IN (11, 77, 3, 4, 5))</table>
+          <table>(SELECT * FROM muttersprache_tbl WHERE id IN (3,11,115,14,18,19,23,29,33,71,38,39,52,76,77,80,81,86,91,104,107,111))</table>
           <join>sprache_zuhause</join>
       </ydim>
       <ydim>
@@ -198,7 +198,7 @@
           <field>(SELECT COUNT(id) FROM master_tbl_eval_total_view) as anzahl</field>
           <table>(select DISTINCT count(id) as id, 'Gesamt' as value from master_tbl_eval_total_view)</table>
           <join>anzahl</join>
-          <where>(sprache_zuhause NOT IN (11, 77, 3, 4, 5))</where>
+          <where>(sprache_zuhause NOT IN (3,11,115,14,18,19,23,29,33,71,38,39,52,76,77,80,81,86,91,104,107,111))</where>
       </ydim>
   </evaluation>
   



More information about the Mpuls-commits mailing list