[Mpuls-commits] r3203 - wasko/branches/1.0/waskaweb/public/xml

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jul 20 15:11:37 CEST 2010


Author: torsten
Date: 2010-07-20 15:11:36 +0200 (Tue, 20 Jul 2010)
New Revision: 3203

Modified:
   wasko/branches/1.0/waskaweb/public/xml/eval_zusammenfassung.xml
Log:
Fixed Issue704


Modified: wasko/branches/1.0/waskaweb/public/xml/eval_zusammenfassung.xml
===================================================================
--- wasko/branches/1.0/waskaweb/public/xml/eval_zusammenfassung.xml	2010-07-20 12:32:03 UTC (rev 3202)
+++ wasko/branches/1.0/waskaweb/public/xml/eval_zusammenfassung.xml	2010-07-20 13:11:36 UTC (rev 3203)
@@ -159,5 +159,19 @@
       <join>anzahl</join>
       <where>cm_end_art = 3</where>
     </ydim>
+    <ydim>
+      <label>davon Unbekannt</label>
+      <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>cm_end_art = -3</where>
+    </ydim>
+    <ydim>
+      <label>davon Keine Angabe</label>
+      <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>cm_end_art = -1</where>
+    </ydim>
   </evaluation>
 </evaluationset>



More information about the Mpuls-commits mailing list