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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Ron1
Partner - Creator
Partner - Creator

QlikSense Strange Sum Calculation

I am facing a very strange issue where after loading my data, if I calculate my measure manually it gives a result. But when Qlik is calculating the same, it is giving different result.

 

 

Please see attached strange.PNG

snap where Hours 26 and 30 is getting calculated as 52 and 150. I am not getting any clue. 

Can anyone please help

 
 
 
 
2 Solutions

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

Hi

usually this means you have duplicated records with the same dimensions 

 

View solution in original post

Vegar
MVP
MVP

Ås @lironbaram wrote,  it's most likely duplicate rows that is causing your mismatch between Hours and Sum(Hours).

Try creating a measure like  count(Hours) or count(Level)  to see how many records are included to your sum.

View solution in original post

2 Replies
lironbaram
Partner - Master III
Partner - Master III

Hi

usually this means you have duplicated records with the same dimensions 

 

Vegar
MVP
MVP

Ås @lironbaram wrote,  it's most likely duplicate rows that is causing your mismatch between Hours and Sum(Hours).

Try creating a measure like  count(Hours) or count(Level)  to see how many records are included to your sum.