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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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))