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
MK9885
Master II
Master II

I don't think there should be a problem with your expression in Qlik.

the problem might be in FABS when you use that, negative symbol gets removed in Qlik and when you export, the number is taken as +

try using your expression by removing FABS and export the data, compare it with Qlik.

If you don't use FABS you'll see negative values in ()

jasmina_karcic
Creator III
Creator III
Author

yes, definitely fabs() is problem in analytic...

lfholland
Creator
Creator

No, but you can add a column that concatenates A,B,C and D.  And then do the count on that column.

The formula to concatenate is =A2&B2&C2&D2 and then copy that down.