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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

columns with percentage values in pivot tables

Hi all,

when working with pivot tables,I often liked to add some some columns with percentage values.

For example, now I have this:

1.png

but I would like to have something like this:

2.png

Does anyone knows if is it possible?

Thank you!

Sofia Vaz

11 Replies
Anonymous
Not applicable
Author

Thank you Oliver. I understood your idea. However, is it impossible to present the % values only for totals and in a new column and in a new row, next to the total column and row?

I would like to have something like this:

2.png

olivierrobin
Specialist III
Specialist III

you could try  something like

if(dimensionality()=1, sum ()   & chr(10) & sum()/sum( total ), sum())

i mean :

for all dimensions, you compute the total

for dim 1, you concatenate the total and the pct