Ich verstehe ehrlich gesagt nicht mal deinen Pseudocode im
SQL aber prinzipiell geht "iif" wenns das bei ADS gibt:
Code:
sum(iif(feld2 = 3, feld1, 0)) as summe
Summiert die werte für Feld für alle Datenzeilen wo Feld2 = 3 ist.
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."