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: 
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?