Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
kprotrka
Contributor III
Contributor III

Total in Pivot Table

I have a problem with the summing in the pivot table. For example i have one column in the table and it showing total as 3,51. When i change it to sum----option where you can choose which function will you use...it is correct(with sum function). In the pivot table it just showing 3,51 and i want to have the number from the column 2(in Screenshot).

 

 

2 Replies
Or
MVP
MVP

Move your if() statement inside the sum, rather than vice versa.

kprotrka
Contributor III
Contributor III
Author

not working...this is my formula...

 

if(status<>'COMPLETED' OR status<>'DEFERRED', sum(distinct(Zeitaufwand_Grouped/Stunden_Grouped))/count(distinct Mitarbeiter_ID))