does anyone know, why these two formulas produce different results?
1.
Sum ({$<GegenkontoGEDREHT-={">=(9000)<=(9100)"}, VerdNr={">=1030<=1039"}>} [UmsatzGEDREHT])
2.
Sum ({$<GegenkontoGEDREHT-={">=9000<=9100"}, VerdNr={">=1030<=1039"}>} [UmsatzGEDREHT])
The only difference is the "()" after "GegenkontoGEDREHT". The document works just fine for me, I simply would like to understand why Qlikview treats those two formulas differently. One time displaying the "9000" value in "GegenkontoGEDREHT" and on the second example not.