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

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

how to do sum for the rows in pivot table

i should make sum for the rows in Pivot table

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

On the Number tab format as a percentage by checking the Number or Fixed to option and check the Show in Percent (%) option. If you want the rows shown as a percentage of the total you need an expression like: sum(Value) / sum(total Value). Replace Value with whatever field or expression you want to sum.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Not applicable
Author

if I need to show it in % persentage what can i do

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

On the Number tab format as a percentage by checking the Number or Fixed to option and check the Show in Percent (%) option. If you want the rows shown as a percentage of the total you need an expression like: sum(Value) / sum(total Value). Replace Value with whatever field or expression you want to sum.


talk is cheap, supply exceeds demand