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: 
engr_farhanqadr
Creator
Creator

Issue in totaling pivot table

Dear Folks,

I have a pivot table in which I am showing the totals of each row at right. In Total Cost row the total is coming wrong.

I have two dimensions Director and Branch. what could be the possible solution of this issue.

Thanks

2 Replies
tresesco
MVP
MVP

Try your expression constructing with additional sum() like:

Sum(Aggr( <ExistingExpression> , Director, Branch))

andrey_krylov
Specialist
Specialist

Can you share your expression?