Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
sunitha_chellaiah
Partner - Creator
Partner - Creator

Row wise percentage in pivot table

Hi,

I want to row wise percentage in pivot table. But I am not getting the desired output.

sunitha_chellaiah_0-1613391628812.png

Percentage to be shown against each branch. But here it is showing 100.0.

I have used below mentioned expression.

(sum(pm.TOTAL_BILL_AMOUNT))/(sum(TOTAL<BranchName> pm.TOTAL_BILL_AMOUNT))*100

Please give me a solution.

Thanks.

1 Reply
mfchmielowski
Creator II
Creator II

Hi.

Try:

(sum(pm.TOTAL_BILL_AMOUNT))/(sum(TOTAL<BranchName=> pm.TOTAL_BILL_AMOUNT))*100

 

Note that there is = sign after BranchName.