Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Sum of Rows and Expression Total Difference
This is qvw document....I cannot open it...:/
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
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.
You can download QlikView Desktop for free...
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!
I could make a QVF out of it I guess... I'll post it later...
if you can....thank you
Can I make a combination of columns?
for example: countif(A:D; 2)?
I think general problem is in negative values...
😕
Exactly in using fabs()