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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
adminkare
Contributor III
Contributor III

about calculation on the KPI

hi help me pls,

I get different results from the "score" field.

The sum(score)=138 must be on the table and this is true.

but the sum(score)=100 is on the KPI and this is wrong. I think, group by "questionID"

I want to get sum(score)=138 on the KPI. How will I do?

qlikhelp.JPG

1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be try this

Sum(Aggr(Sum(score), belediyeID, questionID))

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

May be try this

Sum(Aggr(Sum(score), belediyeID, questionID))

adminkare
Contributor III
Contributor III
Author

Sunny Talwar <span class="icon-status-icon icon-mvp" title="Mvp"></span> wrote:

Bu deneyin Olabilir

Sum (AGGR (Sum (skor), belediyeID, QuestionID))

Thank you sir. this was be. True answer.    0D2AD9E3-666D-42AA-BAC7-2E3B2B1A5C6F.jpeg