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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to customize total column in pivot table

dear friends,

I have coulumn A, Column B,Coulmn C in a pivot chart. The default Total column of Pivot table takes A+B+C by default.

I want the default Total Coulmn of Pivot Table as Coulmn A+Column B.

Please help.

How to achieve this in qlikview?

     

     

TotalColumn AColumn B Column C
Orders20 10 1010
  Forecast40202020
4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Perhaps with expressions like this:

     If(SecondaryDimensionality()=0, sum({<MyDim={'Column A', 'Column B'}>} Orders) , sum(Orders))

Replace MyDim with the name of the field that contains the values 'Column A', 'Column B' and 'Column C'


talk is cheap, supply exceeds demand
Not applicable
Author

Can u please provide a sample application?

When I applied this formula it is not working properly for me. Please help

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Can u please provide a sample application?

No, I'm lazy. Can you?


talk is cheap, supply exceeds demand
trdandamudi
Master II
Master II

May be as attached: