Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Iras
Contributor III
Contributor III

Why does the overall sum of the table chart is not showing the correct sumed value ?

Dear all, 

As per the attached image the sum of the column at the right end is not showing the summedup value in the overall sum value. When I change the Totals function to sum its correct but based on calcuation logic the overall value is becoming wrong i.e. sum(AB) * Percentage(Ist/WUs ) should be equal to my right end column value 

i.e. when I sum up the column value it should be equal to overall sum(AB) * Percentage(Ist/WUs ). 

It will be great help if some one can help me to solve this issue. 

 

 

Labels (3)
2 Replies
Anil_Babu_Samineni

Try this way?

Sum(Aggr(Sum(AB)*(Sum(Ist)/Sum(Wus)), Dis))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Iras
Contributor III
Contributor III
Author

Hey the value is same as sum as total function. but the multplication of overall AB * Overall Percentages  is different. 

i.e. overall AB * overall Percentage is 260.000.013 but based on your logic it is 257.718.267