Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set analysis - Brackets produce different result

Hello,

does anyone know, why these two formulas produce different results?

1.

Sum ({$<GegenkontoGEDREHT-={">=(9000)<=(9100)"}, VerdNr={">=1030<=1039"}>} [UmsatzGEDREHT])

1.jpg

2.

Sum ({$<GegenkontoGEDREHT-={">=9000<=9100"}, VerdNr={">=1030<=1039"}>} [UmsatzGEDREHT])

2.jpg

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.

Any ideas?

Thees

1 Reply
Not applicable
Author

hi,

as per my anlysis:

if you place brackets as you told, then set anlysis is ingnoring those values.

hence we are getting 0 as sum.

using brackets will not give correct results, better avoid.

Niranjan M.