Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot chart values aggregate

Hi all,

i have a pivot chart like this :

         

RolesSexN° Emp

A
Man2
Woman3

i need to trasform it in :

Header 1Header 2Header 3
AMan+woman5
Woman3

Can u help me pls?

tyvm

5 Replies
sushil353
Master II
Master II

Try using this expression:

rangesum(Below(sum(temp),0,RowNo()+1))

HTH

Sushil

DavidFoster1
Specialist
Specialist

I dont think you can do this directly in the pivot table. You will need to change the data model to derive what would be a need value for the Gender dimension.

salto
Specialist II
Specialist II

Hi,

what about adding "Show partial sums" to the pivot table?

1.png

Not applicable
Author

Hi,

See the attached example.

Not applicable
Author

I have to show without partial sum row, but it could be right.

Can i use the value of partial sum in other char? can i save it in a variable?

tyvm