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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Mahamed_Qlik
Specialist
Specialist

sum issue

Hi

 

I have field EC_CONT which has some amount as value. but when I take sum of it the value is getting changed .

Mahamed_Qlik_0-1699865114556.png

for example - for COMM_NO 1021792, there are multiple amount so if I take sum ( EC_CONT) in third column the sum is showing wrong. However if i take sum ( 80.682) it should display 80.682 and simillar...

 

Labels (1)
1 Reply
vincent_ardiet_
Specialist
Specialist

Could be that your datamodel needs to be reviewed.
Else, do you have a key field to identify the unicity of EC_CONT?
You can do a SUM(Distinct EC_CONT) but this is dangerous if you have real duplicates.