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: 
Anonymous
Not applicable

How to add a column in pivot table

Hi

Want to add a column (TOTAL) before Region column

for example  want  to add rows(value under north 4, value under east 2 and west 1)so Total should be  7

5 Replies
avinashelite

you mean an additional text ? did you tried the calculated dimension or add the text in the label of the region dimension .....

OR

In the presentation tab add the label for partial total  

devarasu07
Master II
Master II

Hi,

First try with "Total on Top" option in pivot table ---> presentation property

Capture.JPG

another method,

created calculated dimensional measure as like below (update your field accordingly)

aggr(sum(sales),itemNumber,itemColor,Grade)

Note: this cal.dim grant total won't be available.

Thanks,

Deva

Anonymous
Not applicable
Author

Partial sum is disabled.

How to use calculated dimension?

Anonymous
Not applicable
Author

Hi

This partial sum Option is disables in my chart

and want the following:-

for example

total   east north South  TBC  west

7          2       4        -             -        1

want to add column total in pivot table and total value(2+4+1) ie 7  should be shown under column total that is to be added

dineshm030
Creator III
Creator III

Hi Saksham,

Could you send your QVW application?