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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Nov 18 15:23:01 CET 2011


Author: roland
Date: 2011-11-18 15:22:55 +0100 (Fri, 18 Nov 2011)
New Revision: 5606

Modified:
   jmd/trunk/jmdweb/public/xml/eval_cm.xml
Log:
Corrected evaluation, don't count 'Ziele' with 'unknown' or 'not available'

Modified: jmd/trunk/jmdweb/public/xml/eval_cm.xml
===================================================================
--- jmd/trunk/jmdweb/public/xml/eval_cm.xml	2011-11-18 12:40:56 UTC (rev 5605)
+++ jmd/trunk/jmdweb/public/xml/eval_cm.xml	2011-11-18 14:22:55 UTC (rev 5606)
@@ -96,6 +96,7 @@
           <field>(SELECT count(id) FROM rg_ziele_tbl_view) as anzahl</field>
           <table>(select DISTINCT count(id) as id, 'Gesamt' as value from rg_ziele_tbl_view)</table>
           <join>anzahl</join>
+          <where>(fp_ziel not in (-1, -3))</where>
       </ydim>
   </evaluation>
   



More information about the Mpuls-commits mailing list