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: 
jasmina_karcic
Creator III
Creator III

Export data shows different sum than in app

Hi experts,

When I export data from one application, and make sum of one column, it is different than sum in qlik sense app...

What is problem?

Thanks

Jasmina

32 Replies
jasmina_karcic
Creator III
Creator III
Author

Sum of Rows and Expression Total Difference

This is qvw document....I cannot open it...:/

jasmina_karcic
Creator III
Creator III
Author

I made this, and this gave me result like in Excel when I make a sum.

But now is question, why I got different sums in KPI and in analytic table? 😕

Jasmina

petter
Partner - Champion III
Partner - Champion III

Because two aggregations does not necessarily equate one aggregation over the same set of raw data. It is quite obvious if you think of averages for instance. An average of averages does not make any sense. The articles I posted as links for you goes in to detail to explain this - you should dive into them to get an understanding.

petter
Partner - Champion III
Partner - Champion III

You can download QlikView Desktop for free...

lfholland
Creator
Creator

When I've had this issue it was because there was more that one row with the same data but different values.  Make sure you have a field that truly uniquely identifies each row.  In my case I thought I did but didn't.  One way you can test it is, in excel, do a countif on the column with the unique field.  For example, if your unique field is in column A, and there are headers, the formula would be =countif(A:A,A2).  If the result is 2 or more, then you have duplicate rows.

Hope this helps!

petter
Partner - Champion III
Partner - Champion III

I could make a QVF out of it I guess... I'll post it later...

jasmina_karcic
Creator III
Creator III
Author

if you can....thank you

jasmina_karcic
Creator III
Creator III
Author

Can I make a combination of columns?

for example: countif(A:D; 2)?

jasmina_karcic
Creator III
Creator III
Author

I think general problem is in negative values...

😕

jasmina_karcic
Creator III
Creator III
Author

Exactly in using fabs()