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: 
venkat1
Creator II
Creator II

percentage in pivot table

Hi 

can you please tell me how to give the percentage in pivot table 

 

2 Solutions

Accepted Solutions
sunny_talwar

You had an extra parenthesis in there... try this

Sum(sale)/Sum(TOTAL sale)*100

View solution in original post

Anonymous
Not applicable

you need an additional bracket in your Formula
"sum(sale)/sum(TOTAL(sale)*100) "

then define the number Format to percentage

View solution in original post

2 Replies
sunny_talwar

You had an extra parenthesis in there... try this

Sum(sale)/Sum(TOTAL sale)*100
Anonymous
Not applicable

you need an additional bracket in your Formula
"sum(sale)/sum(TOTAL(sale)*100) "

then define the number Format to percentage